From 70c8de4354d9134154ad84a0b041d778ed3ece1c Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 14 Apr 2011 15:07:54 -0700 Subject: [PATCH] Remove bogus parameters from function declaration (was throwing a warning) --- classes/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2