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

index 95612b8..ae1bef0 100644 (file)
--- 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);