removed orm dependency from Common::Configuration
This commit is contained in:
parent
b140ea7163
commit
a502b130cf
@ -59,7 +59,7 @@ class Doctrine_Common_Configuration
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE;
|
||||
$this->_nullObject = new stdClass();
|
||||
$this->_initAttributes();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user