diff --git a/classes/Profile_block.php b/classes/Profile_block.php index d6a3e7288a..1bc63c0d14 100644 --- a/classes/Profile_block.php +++ b/classes/Profile_block.php @@ -20,7 +20,7 @@ class Profile_block extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - static function get($blocker, $blocked) { + function get($blocker, $blocked) { return Profile_block::pkeyGet(array('blocker' => $blocker, 'blocked' => $blocked)); }