Remove bogus parameters from function declaration (was throwing a warning)

This commit is contained in:
Zach Copley 2011-04-14 15:07:54 -07:00
parent 2581e46a25
commit 70c8de4354
1 changed files with 1 additions and 1 deletions

View File

@ -1324,7 +1324,7 @@ class Profile extends Memcached_DataObject
return $profile; return $profile;
} }
function getLists($offset, $limit) function getLists()
{ {
$ids = array(); $ids = array();