RooGetTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 05:00:46 +0000 (13:00 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 05:00:46 +0000 (13:00 +0800)
RooGetTrait.php

index 97db393..1ddf648 100644 (file)
@@ -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);
         }