Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 08:42:01 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 08:42:01 +0000 (16:42 +0800)
Pman.php

index 8ae60be..8b105eb 100644 (file)
--- 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);