RooGetTrait.php
authoredward <edward@roojs.com>
Wed, 30 Mar 2016 10:59:09 +0000 (18:59 +0800)
committeredward <edward@roojs.com>
Wed, 30 Mar 2016 10:59:09 +0000 (18:59 +0800)
RooGetTrait.php

index 028f65c..baa2285 100644 (file)
@@ -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),