Pman.php
[Pman.Base] / 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);