[Solar-svn] Revision 3027

pmjones at solarphp.com pmjones at solarphp.com
Thu Mar 20 12:12:04 CDT 2008


comment changes


Modified: trunk/Solar/Controller/Front.php
===================================================================
--- trunk/Solar/Controller/Front.php	2008-03-20 12:57:44 UTC (rev 3026)
+++ trunk/Solar/Controller/Front.php	2008-03-20 17:12:04 UTC (rev 3027)
@@ -155,8 +155,9 @@
             $class = $this->_getPageClass($this->_default);
         }
         
-        // last chance: do we have a class yet?
+        // last chance
         if (! $class) {
+            // no class, and no default class either
             return $this->_notFound($page);
         }
         




More information about the Solar-svn mailing list