Commit a502b130 authored by romanb's avatar romanb

removed orm dependency from Common::Configuration

parent b140ea71
......@@ -59,7 +59,7 @@ class Doctrine_Common_Configuration
*/
public function __construct()
{
$this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE;
$this->_nullObject = new stdClass();
$this->_initAttributes();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment