change staticGet() from DB_DataObject to Memcached_DataObject for file classes

This commit is contained in:
Evan Prodromou
2009-06-22 14:24:40 -07:00
parent 05e5122802
commit 2e9fc34d4f
5 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ class File_oembed extends Memcached_DataObject
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
/* Static get */
function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('File_oembed',$k,$v); }
function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File_oembed',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE