From: edward Date: Thu, 31 Mar 2016 05:02:05 +0000 (+0800) Subject: RooTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=222258cd89c719b0e099f52ce637b00fad06b6f2 RooTrait.php --- diff --git a/RooTrait.php b/RooTrait.php index e24d23bb..5e4a8603 100644 --- a/RooTrait.php +++ b/RooTrait.php @@ -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; } }