diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-21 16:33:15 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-21 16:33:15 -0400 |
commit | 5cccbe987f9003ec4c40dbdcce254fe04069b107 (patch) | |
tree | b6cac0ec701c0f37f6c1b379eb9c3930a4434925 | |
parent | 3bdf8423c408734ebb5ba614360e8b9048ff0039 (diff) |
Use new queue handler event
-rw-r--r-- | plugins/PubSubHubBub/PubSubHubBubPlugin.php | 2 |
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(); |