Should be using onHandleQueuedNotice instead of onEndNoticeSave
This commit is contained in:
parent
ece0675ef8
commit
c721884b52
@ -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
|
||||||
|
@ -125,7 +125,7 @@ class RealtimePlugin extends Plugin
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function onEndNoticeSave($notice)
|
function onHandleQueuedNotice($notice)
|
||||||
{
|
{
|
||||||
$paths = array();
|
$paths = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user