From 222258cd89c719b0e099f52ce637b00fad06b6f2 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 13:02:05 +0800 Subject: [PATCH] RooTrait.php --- RooTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.2