forgot to disinherit Memcached_DataObject in Status_network

This commit is contained in:
Evan Prodromou 2009-06-15 21:55:56 -07:00
parent 0a886868fb
commit 39117bf88c
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@
if (!defined('LACONICA')) { exit(1); }
require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
class Status_network extends Memcached_DataObject
class Status_network extends DB_DataObject
{
###START_AUTOCODE
/* the code below is auto generated do not remove the above tag */