RooGetTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 05:01:21 +0000 (13:01 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 05:01:21 +0000 (13:01 +0800)
RooGetTrait.php

index 1ddf648..8aa6536 100644 (file)
@@ -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),