From 3f46b426d8b06aaab1087ab60dab99947b3408eb Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 13:00:46 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index 97db3936..1ddf648a 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->getAuthUser(), $_REQUEST); + $ret = $x->postListFilter($ret, $this->authUser, $_REQUEST); } -- 2.39.2