]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_block.php
fix Profile_block::get() again
[quix0rs-gnu-social.git] / classes / Profile_block.php
index 04b5f2faeba85f56d9b5949050d9846be556ff94..6ea26a3bc46718a8357f33820eac6941d4dd7149 100644 (file)
@@ -40,4 +40,10 @@ class Profile_block extends Memcached_DataObject
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
+
+    function get($blocker, $blocked) {
+        return Memcached_DataObject::pkeyGet('Profile_block',
+                                             array('blocker' => $blocker,
+                                                   'blocked' => $blocked));
+     }
 }