forked from GNUsocial/gnu-social
Add missing pkeyGet override to the Profile class
This commit is contained in:
parent
b9e4b6dd49
commit
bb48698416
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user