forked from GNUsocial/gnu-social
Make optional arguments for getNoticeIds explicit
This commit is contained in:
parent
f726c6b23f
commit
9d42137024
@ -62,7 +62,7 @@ class ProfileNoticeStream extends ScopingNoticeStream
|
|||||||
$userProfile);
|
$userProfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getNoticeIds($offset, $limit, $since_id, $max_id)
|
function getNoticeIds($offset, $limit, $sinceId = null, $maxId = null)
|
||||||
{
|
{
|
||||||
if ($this->impossibleStream()) {
|
if ($this->impossibleStream()) {
|
||||||
return array();
|
return array();
|
||||||
|
Loading…
Reference in New Issue
Block a user