forked from GNUsocial/gnu-social
some changes based on code review with zach
This commit is contained in:
@@ -85,4 +85,9 @@ class Notice_inbox extends Memcached_DataObject
|
||||
|
||||
return $ids;
|
||||
}
|
||||
|
||||
function &pkeyGet($kv)
|
||||
{
|
||||
return Memcached_DataObject::pkeyGet('Notice_inbox', $kv);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user