forked from GNUsocial/gnu-social
use memcached for Profile_list::staticGet()
This commit is contained in:
parent
6ff3149082
commit
89816551e6
@ -49,7 +49,7 @@ class Profile_list extends Memcached_DataObject
|
|||||||
public $subscriber_count; // smallint
|
public $subscriber_count; // smallint
|
||||||
|
|
||||||
/* Static get */
|
/* Static get */
|
||||||
function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Profile_list',$k,$v); }
|
function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Profile_list',$k,$v); }
|
||||||
|
|
||||||
/* the code above is auto generated do not remove the tag below */
|
/* the code above is auto generated do not remove the tag below */
|
||||||
###END_AUTOCODE
|
###END_AUTOCODE
|
||||||
|
Loading…
Reference in New Issue
Block a user