non-static method was called statically, now defined static
This commit is contained in:
parent
3a74f49182
commit
030b570051
@ -135,7 +135,7 @@ class Fave extends Managed_DataObject
|
||||
return $result;
|
||||
}
|
||||
|
||||
function stream($user_id, $offset=0, $limit=NOTICES_PER_PAGE, $own=false, $since_id=0, $max_id=0)
|
||||
static function stream($user_id, $offset=0, $limit=NOTICES_PER_PAGE, $own=false, $since_id=0, $max_id=0)
|
||||
{
|
||||
$stream = new FaveNoticeStream($user_id, $own);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user