]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove bogus parameters from function declaration (was throwing a warning)
authorZach Copley <zach@status.net>
Thu, 14 Apr 2011 22:07:54 +0000 (15:07 -0700)
committerZach Copley <zach@status.net>
Thu, 14 Apr 2011 22:07:54 +0000 (15:07 -0700)
classes/Profile.php

index b44ad77dd204a898661ef6996359250776e43246..44ab210c15963163009c268d619e14209fb06112 100644 (file)
@@ -1324,7 +1324,7 @@ class Profile extends Memcached_DataObject
         return $profile;
     }
 
-    function getLists($offset, $limit)
+    function getLists()
     {
         $ids = array();