diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index f7154a52be..0cf088a702 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -62,7 +62,7 @@ class ProfileNoticeStream extends ScopingNoticeStream $userProfile); } - function getNoticeIds($offset, $limit, $since_id, $max_id) + function getNoticeIds($offset, $limit, $sinceId = null, $maxId = null) { if ($this->impossibleStream()) { return array();