From: edward Date: Wed, 30 Mar 2016 11:00:50 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=063287f0561375679e416cc3a023ffed8f8d22b7;hp=0c62f73d5e9ae7e8496539de1e2c8af1821fdb42;p=Pman.Core RooGetTrait.php --- 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); }