Add missing pkeyGet override to the Profile class

This commit is contained in:
Craig Andrews 2009-09-13 21:43:29 -04:00
parent b9e4b6dd49
commit bb48698416
1 changed files with 5 additions and 0 deletions

View 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)) {