From 36861a7fa1142066ff446c6eece928404a921a05 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:43:02 +0800 Subject: [PATCH] Pman.php --- Pman.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.php b/Pman.php index 95612b8..ae1bef0 100644 --- a/Pman.php +++ b/Pman.php @@ -752,8 +752,8 @@ class Pman extends HTML_FlexyFramework_Page $mods = $this->modulesList(); - $val = $this->callModules('applyCSSIncludes', $this, array()); - print_r($val); + $this->callModules('applyCSSIncludes', $this); + $this->callModules('outputCSSIncludes', $this); -- 2.39.2