From d144d4025310aa1330a46a13b3f1d6aa63a83b91 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2018 16:42:01 +0800 Subject: [PATCH] Pman.php --- Pman.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index 8ae60be..8b105eb 100644 --- a/Pman.php +++ b/Pman.php @@ -752,7 +752,8 @@ class Pman extends HTML_FlexyFramework_Page $mods = $this->modulesList(); - $this->callModules('applyCSSIncludes', $this, array()); + $val = $this->callModules('applyCSSIncludes', $this, array()); + print_r($val); $this->callModules('outputCSSIncludes', $this); -- 2.39.2