Use new queue handler event

This commit is contained in:
Craig Andrews 2009-09-21 16:33:15 -04:00
parent 3bdf8423c4
commit 5cccbe987f
1 changed files with 1 additions and 1 deletions

View 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();