From: Evan Prodromou Date: Mon, 4 Jul 2011 19:37:06 +0000 (-0400) Subject: use memcached for Profile_list::staticGet() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89816551e67dd8b94ce3d15bf4c5233f96f5ba9d;p=quix0rs-gnu-social.git use memcached for Profile_list::staticGet() --- diff --git a/classes/Profile_list.php b/classes/Profile_list.php index 17c2ffd4f4..2395a369f3 100644 --- a/classes/Profile_list.php +++ b/classes/Profile_list.php @@ -49,7 +49,7 @@ class Profile_list extends Memcached_DataObject public $subscriber_count; // smallint /* 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 */ ###END_AUTOCODE