From 063287f0561375679e416cc3a023ffed8f8d22b7 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 19:00:50 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index e8af07dc..cd940bbb 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -236,7 +236,7 @@ trait Pman_Core_RooGetTrait { // 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->getAuthUser(), $_REQUEST); } -- 2.39.2