1
0
mirror of synced 2025-03-21 07:23:55 +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()
{
$this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE;
$this->_nullObject = new stdClass();
$this->_initAttributes();
}