use memcached for Profile_list::staticGet()

This commit is contained in:
Evan Prodromou 2011-07-04 15:37:06 -04:00
parent 6ff3149082
commit 89816551e6
1 changed files with 1 additions and 1 deletions

View File

@ -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