HTML/FlexyFramework.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Sep 2011 02:39:45 +0000 (10:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Sep 2011 02:39:45 +0000 (10:39 +0800)
HTML/FlexyFramework.php

index d78ea6c..9400ece 100755 (executable)
@@ -747,7 +747,7 @@ class HTML_FlexyFramework {
             $this->timer->setMarker("After $request loadModules Modules"); 
         }
         
-        /* output it  - except for cli..*/
+        /* output it  - except for cli.. ??? good idea or not?*/
         
         if (!$this->cli && method_exists($classobj,'output')) {
             $classobj->output();