Pman.php
authorAlan Knowles <alan@roojs.com>
Thu, 13 Sep 2018 05:25:41 +0000 (13:25 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Sep 2018 05:25:41 +0000 (13:25 +0800)
Pman.php

index 334f181..3347219 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -137,7 +137,7 @@ class Pman extends HTML_FlexyFramework_Page
      * // callModules('init', $base)
      * 
      */
-    function outputCSSIncludes($base)
+    function initModules($base)
     {
         foreach(explode(',',$this->appModules) as $m) {
             $cls = 'Pman_'. $m . '_Pman';
@@ -161,7 +161,7 @@ class Pman extends HTML_FlexyFramework_Page
     {
         $this->init();
         if (empty($base)) {
-            // $this->callModules('init', $base);
+            // $this->callModules()
             $this->initModules($base);
         }