From: Alan Knowles Date: Wed, 5 Dec 2018 08:42:01 +0000 (+0800) Subject: Pman.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=d144d4025310aa1330a46a13b3f1d6aa63a83b91 Pman.php --- 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);