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

index 1f5177f..3c5b876 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -87,7 +87,7 @@ 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->appName = $boot->appName;
         $this->appNameShort= $boot->appNameShort;