Author: romanb
Date: 2008-09-12 13:11:59 +0100 (Fri, 12 Sep 2008)
New Revision: 4937

Modified:
   trunk/lib/Doctrine/Common/Configuration.php
Log:
removed orm dependency from Common::Configuration

Modified: trunk/lib/Doctrine/Common/Configuration.php
===================================================================
--- trunk/lib/Doctrine/Common/Configuration.php 2008-09-12 12:04:25 UTC (rev 
4936)
+++ trunk/lib/Doctrine/Common/Configuration.php 2008-09-12 12:11:59 UTC (rev 
4937)
@@ -59,7 +59,7 @@
      */
     public function __construct()
     {
-        $this->_nullObject = Doctrine_ORM_Internal_Null::$INSTANCE;
+        $this->_nullObject = new stdClass();
         $this->_initAttributes();
     }
     


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"doctrine-svn" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to