From: Evan Prodromou Date: Mon, 8 Dec 2008 07:29:58 +0000 (-0500) Subject: static to not static X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=62c9a4b81b4ed22237944c14df96862d63f7a681;p=quix0rs-gnu-social.git static to not static darcs-hash:20081208072958-5ed1f-3476745ea503bb234d81a7513cd84db789239871.gz --- 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)); }