RooGetTrait.php
authoredward <edward@roojs.com>
Wed, 30 Mar 2016 11:00:50 +0000 (19:00 +0800)
committeredward <edward@roojs.com>
Wed, 30 Mar 2016 11:00:50 +0000 (19:00 +0800)
RooGetTrait.php

index e8af07d..cd940bb 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->authUser, $_REQUEST);
+            $ret = $x->postListFilter($ret, $this->getAuthUser(), $_REQUEST);
         }