From: Alan Date: Mon, 26 Sep 2022 06:49:21 +0000 (+0800) Subject: pass correct value for roo X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=343eac7d89172a0c8d62a40a0457559c87061a08 pass correct value for roo --- diff --git a/Pman/Roo.php b/Pman/Roo.php index b298e42..e655944 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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); }