From: Craig Andrews Date: Mon, 14 Sep 2009 01:43:29 +0000 (-0400) Subject: Add missing pkeyGet override to the Profile class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb48698416c1a2ae5a173eb3735c16c587a6e611;p=quix0rs-gnu-social.git Add missing pkeyGet override to the Profile class --- diff --git a/classes/Profile.php b/classes/Profile.php index 6ad0e7a3a3..c4fb3a5439 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -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)) {