From 89816551e67dd8b94ce3d15bf4c5233f96f5ba9d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 4 Jul 2011 15:37:06 -0400 Subject: [PATCH] use memcached for Profile_list::staticGet() --- classes/Profile_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5