forked from GNUsocial/gnu-social
MITM the DB_DataObject to avoid PEAR::DB strict standards warnings
This commit is contained in:
@@ -824,7 +824,7 @@ class Memcached_DataObject extends Safe_DataObject
|
||||
global $_DB_DATAOBJECT;
|
||||
|
||||
if (empty($_DB_DATAOBJECT['CONFIG'])) {
|
||||
DB_DataObject::_loadConfig();
|
||||
self::_loadConfig();
|
||||
}
|
||||
|
||||
$options = &$_DB_DATAOBJECT['CONFIG'];
|
||||
|
||||
Reference in New Issue
Block a user