From: Evan Prodromou Date: Tue, 30 Apr 2013 13:56:14 +0000 (-0400) Subject: Make optional arguments for getNoticeIds explicit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc7d74050fb3c7f8f0061ce63344d7eeba4d20eb;p=quix0rs-gnu-social.git Make optional arguments for getNoticeIds explicit --- 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();