Make optional arguments for getNoticeIds explicit

This commit is contained in:
Evan Prodromou 2013-04-30 09:56:14 -04:00
parent f726c6b23f
commit 9d42137024
1 changed files with 1 additions and 1 deletions

View File

@ -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();