From 354fbd60bc49818f02d61ee74a48a9945c3394aa Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 15 Jul 2022 10:59:40 +0800 Subject: [PATCH] fix warnings --- Pman.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/Pman.php b/Pman.php index 2491e92..7c5c906 100644 --- a/Pman.php +++ b/Pman.php @@ -53,7 +53,7 @@ class Pman extends HTML_FlexyFramework_Page var $appModules = ''; var $appDisabled = array(); // array of disabled modules.. // (based on config option disable) - + var $authUser; // always contains the authenticated user.. var $disable_jstemplate = false; /// disable inclusion of jstemplate code.. @@ -758,7 +758,7 @@ class Pman extends HTML_FlexyFramework_Page } $this->callModules('outputJavascriptIncludes', $this); - + return ''; } var $css_includes = array(); /** @@ -797,7 +797,7 @@ class Pman extends HTML_FlexyFramework_Page $this->outputSCSS($mod); } - + return ''; // needs to return something as we output it.. } @@ -808,14 +808,7 @@ class Pman extends HTML_FlexyFramework_Page - - - - - - - - + // --- OLD CODE - in for BC on MO project.... - needs removing... @@ -844,7 +837,7 @@ class Pman extends HTML_FlexyFramework_Page // and finally the JsTemplate... echo ''."\n"; } - + return ''; } /** * Gather infor for javascript files.. -- 2.39.2