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