Remove bogus parameters from function declaration (was throwing a warning)
This commit is contained in:
parent
2581e46a25
commit
70c8de4354
@ -1324,7 +1324,7 @@ class Profile extends Memcached_DataObject
|
||||
return $profile;
|
||||
}
|
||||
|
||||
function getLists($offset, $limit)
|
||||
function getLists()
|
||||
{
|
||||
$ids = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user