]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add missing pkeyGet override to the Profile class
authorCraig Andrews <candrews@integralblue.com>
Mon, 14 Sep 2009 01:43:29 +0000 (21:43 -0400)
committerCraig Andrews <candrews@integralblue.com>
Mon, 14 Sep 2009 01:43:29 +0000 (21:43 -0400)
classes/Profile.php

index 6ad0e7a3a3b3f3884fbe221466cb034938550551..c4fb3a5439f002a8193ec00a87188ce6f0eb0374 100644 (file)
@@ -47,6 +47,11 @@ class Profile extends Memcached_DataObject
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
+    function &pkeyGet($kv)
+    {
+        return Memcached_DataObject::pkeyGet('Profile', $kv);
+    }
+
     function getAvatar($width, $height=null)
     {
         if (is_null($height)) {