]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/profilenoticestream.php
Make optional arguments for getNoticeIds explicit
[quix0rs-gnu-social.git] / lib / profilenoticestream.php
index f7154a52be9563ae3bc90551ee370838ae84771d..0cf088a7020198d9f5ea1491d2b08967cac155f6 100644 (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();