From: edward Date: Wed, 30 Mar 2016 10:59:09 +0000 (+0800) Subject: RooGetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4189468576257451a6cd5d46e1f61ec9d8f36708 RooGetTrait.php --- 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),