From 343eac7d89172a0c8d62a40a0457559c87061a08 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 26 Sep 2022 14:49:21 +0800 Subject: [PATCH] pass correct value for roo --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2