static to not static
darcs-hash:20081208072958-5ed1f-3476745ea503bb234d81a7513cd84db789239871.gz
This commit is contained in:
parent
2ced62bd7e
commit
62c9a4b81b
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user