Use new queue handler event
This commit is contained in:
parent
3bdf8423c4
commit
5cccbe987f
@ -59,7 +59,7 @@ class PubSubHubBubPlugin extends Plugin
|
|||||||
$action->element('atom:link',array('rel'=>'hub','href'=>$this->hub),null);
|
$action->element('atom:link',array('rel'=>'hub','href'=>$this->hub),null);
|
||||||
}
|
}
|
||||||
|
|
||||||
function onEndNoticeSave($notice){
|
function onHandleQueuedNotice($notice){
|
||||||
$publisher = new Publisher($this->hub);
|
$publisher = new Publisher($this->hub);
|
||||||
|
|
||||||
$feeds = array();
|
$feeds = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user