[Solar-svn] Revision 2885

pmjones at solarphp.com pmjones at solarphp.com
Wed Oct 17 08:47:09 CDT 2007


updated comments


Modified: trunk/Solar.php
===================================================================
--- trunk/Solar.php	2007-10-17 13:36:51 UTC (rev 2884)
+++ trunk/Solar.php	2007-10-17 13:47:09 UTC (rev 2885)
@@ -387,7 +387,7 @@
         
         // is it an object factory?
         if (method_exists($obj, 'solarFactory')) {
-            // yes, return the class from the object factory
+            // return an instance from the object factory
             return $obj->solarFactory();
         }
         




More information about the Solar-svn mailing list