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

index e24d23b..5e4a860 100644 (file)
@@ -171,7 +171,7 @@ trait Pman_Core_RooTrait {
     {
         if (method_exists($x, 'applyFilters')) {
            // DB_DataObject::debugLevel(1);
-            if (false === $x->applyFilters($q, $this->getAuthUser(), $this)) {
+            if (false === $x->applyFilters($q, $this->authUser(), $this)) {
                 return; 
             } 
         }