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

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