X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RooGetTrait.php;fp=RooGetTrait.php;h=8aa6536ed7e559455185c33f5150745623a86e54;hb=2449966c797c6fbc5e3deab0ab48a3b4f10033bc;hp=1ddf648ac3ebfc95c5513cb7ffc4db9580d791fb;hpb=3f46b426d8b06aaab1087ab60dab99947b3408eb;p=Pman.Core diff --git a/RooGetTrait.php b/RooGetTrait.php index 1ddf648a..8aa6536e 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -286,7 +286,7 @@ trait Pman_Core_RooGetTrait { $sorted = false; if (method_exists($x, 'applySort')) { $sorted = $x->applySort( - $this->getAuthUser(), + $this->authUser, $sort, $dir, array_keys($this->cols),