From 4189468576257451a6cd5d46e1f61ec9d8f36708 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 18:59:09 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index 028f65c3..baa2285a 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -484,7 +484,7 @@ trait Pman_Core_RooGetTrait { $sorted = false; if (method_exists($x, 'applySort')) { $sorted = $x->applySort( - $this->authUser, + $this->getAuthUser(), $sort, $dir, array_keys($this->cols), -- 2.39.2