Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x

This commit is contained in:
Sarven Capadisli 2009-11-19 16:43:47 +00:00
commit ad0b9a7115
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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