summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-09-21 16:33:15 -0400
committerCraig Andrews <candrews@integralblue.com>2009-09-21 16:33:15 -0400
commit5cccbe987f9003ec4c40dbdcce254fe04069b107 (patch)
treeb6cac0ec701c0f37f6c1b379eb9c3930a4434925 /plugins
parent3bdf8423c408734ebb5ba614360e8b9048ff0039 (diff)
Use new queue handler event
Diffstat (limited to 'plugins')
-rw-r--r--plugins/PubSubHubBub/PubSubHubBubPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PubSubHubBub/PubSubHubBubPlugin.php b/plugins/PubSubHubBub/PubSubHubBubPlugin.php
index d7061ac0e..e1e82e352 100644
--- a/plugins/PubSubHubBub/PubSubHubBubPlugin.php
+++ b/plugins/PubSubHubBub/PubSubHubBubPlugin.php
@@ -59,7 +59,7 @@ class PubSubHubBubPlugin extends Plugin
$action->element('atom:link',array('rel'=>'hub','href'=>$this->hub),null);
}
- function onEndNoticeSave($notice){
+ function onHandleQueuedNotice($notice){
$publisher = new Publisher($this->hub);
$feeds = array();