[Solar-svn] Revision 3062

pmjones at solarphp.com pmjones at solarphp.com
Mon Mar 31 22:39:47 CDT 2008


Solar_Php: [FIX] Recursion error.  Thanks, isaac at light.net.nz.


Modified: trunk/Solar/Php.php
===================================================================
--- trunk/Solar/Php.php	2008-03-30 20:54:30 UTC (rev 3061)
+++ trunk/Solar/Php.php	2008-04-01 03:39:47 UTC (rev 3062)
@@ -313,7 +313,7 @@
     public function run($file)
     {
         $code = file_get_contents($file);
-        return $this->run($code);
+        return $this->runCode($code);
     }
     
     /**




More information about the Solar-svn mailing list