Changeset 4937 for trunk/lib/Doctrine
- Timestamp:
- 09/12/08 13:11:59 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine/Common/Configuration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/Common/Configuration.php
r4933 r4937 60 60 public function __construct() 61 61 { 62 $this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE;62 $this->_nullObject = new stdClass(); 63 63 $this->_initAttributes(); 64 64 }