1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00

removed orm dependency from Common::Configuration

This commit is contained in:
romanb 2008-09-12 12:11:59 +00:00
parent b140ea7163
commit a502b130cf

View file

@ -59,7 +59,7 @@ class Doctrine_Common_Configuration
*/ */
public function __construct() public function __construct()
{ {
$this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE; $this->_nullObject = new stdClass();
$this->_initAttributes(); $this->_initAttributes();
} }