[Solar-svn] Revision 3223

pmjones at solarphp.com pmjones at solarphp.com
Sat Jun 14 16:42:41 CDT 2008


typo bugfix


Modified: trunk/Solar.php
===================================================================
--- trunk/Solar.php	2008-06-14 21:37:29 UTC (rev 3222)
+++ trunk/Solar.php	2008-06-14 21:42:41 UTC (rev 3223)
@@ -263,7 +263,7 @@
         }
         
         // run any 'start' hooks
-        $hooks = Solar::config('Solar', 'stop', array());
+        $hooks = Solar::config('Solar', 'start', array());
         Solar::callbacks($hooks);
         
         // and we're done!




More information about the Solar-svn mailing list