add roo so we can show errors
authorAlan <alan@roojs.com>
Mon, 26 Sep 2022 06:42:52 +0000 (14:42 +0800)
committerAlan <alan@roojs.com>
Mon, 26 Sep 2022 06:42:52 +0000 (14:42 +0800)
Pman.php
Pman/Roo.php

index 7c5c906..f8f9ab5 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -794,8 +794,10 @@ class Pman extends HTML_FlexyFramework_Page
                 continue;
             }
             $this->outputCSSDir("Pman/$mod","*.css");
+           
             $this->outputSCSS($mod);
             
+            
         }
         return ''; // needs to return something as we output it..
         
index a9871a0..b298e42 100644 (file)
@@ -343,7 +343,7 @@ class Pman_Roo extends Pman
         
         // filter results, and add any data that is needed...
         if (method_exists($x,'postListFilter')) {
-            $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST);
+            $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST, $roo);
         }