Changeset 4937 for trunk/lib/Doctrine

Show
Ignore:
Timestamp:
09/12/08 13:11:59 (4 months ago)
Author:
romanb
Message:

removed orm dependency from Common::Configuration

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/Common/Configuration.php

    r4933 r4937  
    6060    public function __construct() 
    6161    { 
    62         $this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE; 
     62        $this->_nullObject = new stdClass(); 
    6363        $this->_initAttributes(); 
    6464    }