static to not static

darcs-hash:20081208072958-5ed1f-3476745ea503bb234d81a7513cd84db789239871.gz
This commit is contained in:
Evan Prodromou 2008-12-08 02:29:58 -05:00
parent 2ced62bd7e
commit 62c9a4b81b

View File

@ -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));
}