Should be using onHandleQueuedNotice instead of onEndNoticeSave

This commit is contained in:
Craig Andrews 2009-11-19 11:08:13 -05:00
parent ece0675ef8
commit c721884b52
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ class LinkbackPlugin extends Plugin
parent::__construct(); parent::__construct();
} }
function onEndNoticeSave($notice) function onHandleQueuedNotice($notice)
{ {
if ($notice->is_local == 1) { if ($notice->is_local == 1) {
// Try to avoid actually mucking with the // Try to avoid actually mucking with the

View File

@ -125,7 +125,7 @@ class RealtimePlugin extends Plugin
return true; return true;
} }
function onEndNoticeSave($notice) function onHandleQueuedNotice($notice)
{ {
$paths = array(); $paths = array();