Pman.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2018 05:49:28 +0000 (13:49 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2018 05:49:28 +0000 (13:49 +0800)
Pman.php

index 3c5b876..0be0628 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -87,11 +87,11 @@ class Pman extends HTML_FlexyFramework_Page
          // move away from doing this ... you can access bootLoader.XXXXXX in the master template..
         $boot = HTML_FlexyFramework::get();
         // echo'<PRE>';print_R($boot);exit;
-        $this->appName = $boot->appName;
-        $this->appNameShort= $boot->appNameShort;
+        $this->appName      = $boot->appName;
+        $this->appNameShort = $boot->appNameShort;
         
         
-        $this->appModules= $boot->enable;
+        $this->appModules   = $boot->enable;
         
 //        echo $this->arrayToJsInclude($files);        
         $this->isDev = empty($boot->Pman['isDev']) ? false : $boot->Pman['isDev'];