removed orm dependency from Common::Configuration
This commit is contained in:
parent
b140ea7163
commit
a502b130cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue