diff options
-rw-r--r-- | classes/Profile_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Profile_block.php b/classes/Profile_block.php index d6a3e7288..1bc63c0d1 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)); } |