Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
This commit is contained in:
commit
ad0b9a7115
|
@ -59,7 +59,7 @@ class LinkbackPlugin extends Plugin
|
|||
parent::__construct();
|
||||
}
|
||||
|
||||
function onEndNoticeSave($notice)
|
||||
function onHandleQueuedNotice($notice)
|
||||
{
|
||||
if ($notice->is_local == 1) {
|
||||
// Try to avoid actually mucking with the
|
||||
|
|
|
@ -125,7 +125,7 @@ class RealtimePlugin extends Plugin
|
|||
return true;
|
||||
}
|
||||
|
||||
function onEndNoticeSave($notice)
|
||||
function onHandleQueuedNotice($notice)
|
||||
{
|
||||
$paths = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user