]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make optional arguments for getNoticeIds explicit
authorEvan Prodromou <evan@e14n.com>
Tue, 30 Apr 2013 13:56:14 +0000 (09:56 -0400)
committerEvan Prodromou <evan@e14n.com>
Tue, 30 Apr 2013 13:56:30 +0000 (09:56 -0400)
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();