]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
static to not static
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 07:29:58 +0000 (02:29 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 07:29:58 +0000 (02:29 -0500)
darcs-hash:20081208072958-5ed1f-3476745ea503bb234d81a7513cd84db789239871.gz

classes/Profile_block.php

index d6a3e7288ab592116b7fa2b03557e751bd4e2c1d..1bc63c0d148dc226910e950e013238edd0be5bd1 100644 (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));
     }