pass correct value for roo
authorAlan <alan@roojs.com>
Mon, 26 Sep 2022 06:49:21 +0000 (14:49 +0800)
committerAlan <alan@roojs.com>
Mon, 26 Sep 2022 06:49:21 +0000 (14:49 +0800)
Pman/Roo.php

index b298e42..e655944 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, $roo);
+            $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST, $this);
         }