Author: gnat
Date: 2008-09-15 16:20:58 +0100 (Mon, 15 Sep 2008)
New Revision: 4968

Modified:
   branches/1.0/lib/Doctrine/Configurable.php
Log:
undefined variable

Modified: branches/1.0/lib/Doctrine/Configurable.php
===================================================================
--- branches/1.0/lib/Doctrine/Configurable.php  2008-09-13 20:29:44 UTC (rev 
4967)
+++ branches/1.0/lib/Doctrine/Configurable.php  2008-09-15 15:20:58 UTC (rev 
4968)
@@ -99,7 +99,7 @@
         if (defined($const)) {
             return constant($const);
         } else {
-            throw new Doctrine_Exception('Unknown attribute value: "' . $value 
. '"');
+            throw new Doctrine_Exception('Unknown attribute value: "' . $const 
. '"');
         }
     }
 


--~--~---------~--~----~------------~-------~--~----~
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