forked from GNUsocial/gnu-social
take out DB_DataObject destructor
This commit is contained in:
parent
90c378a81f
commit
945661d942
@ -31,7 +31,6 @@ class Memcached_DataObject extends DB_DataObject
|
|||||||
function __destruct()
|
function __destruct()
|
||||||
{
|
{
|
||||||
$this->free();
|
$this->free();
|
||||||
parent::__destruct();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function &staticGet($cls, $k, $v=null)
|
function &staticGet($cls, $k, $v=null)
|
||||||
|
Loading…
Reference in New Issue
Block a user