]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use new queue handler event
authorCraig Andrews <candrews@integralblue.com>
Mon, 21 Sep 2009 20:33:15 +0000 (16:33 -0400)
committerCraig Andrews <candrews@integralblue.com>
Mon, 21 Sep 2009 20:33:15 +0000 (16:33 -0400)
plugins/PubSubHubBub/PubSubHubBubPlugin.php

index d7061ac0edfa469564e70b0e13d6b1f61de38713..e1e82e352c58e56ed704387daf490e78be6a639f 100644 (file)
@@ -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();