From: Zach Copley Date: Thu, 14 Apr 2011 22:07:54 +0000 (-0700) Subject: Remove bogus parameters from function declaration (was throwing a warning) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70c8de4354d9134154ad84a0b041d778ed3ece1c;p=quix0rs-gnu-social.git Remove bogus parameters from function declaration (was throwing a warning) --- diff --git a/classes/Profile.php b/classes/Profile.php index b44ad77dd2..44ab210c15 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1324,7 +1324,7 @@ class Profile extends Memcached_DataObject return $profile; } - function getLists($offset, $limit) + function getLists() { $ids = array();