From: edward Date: Thu, 31 Mar 2016 05:01:47 +0000 (+0800) Subject: RooTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4034b9f9d4c605350c32d63ca9618f6ec658d5b0 RooTrait.php --- diff --git a/RooTrait.php b/RooTrait.php index 3a298efa..e6b638be 100644 --- a/RooTrait.php +++ b/RooTrait.php @@ -92,7 +92,7 @@ trait Pman_Core_RooTrait { if (!is_array($id) && empty($id)) { if (method_exists($x, 'toRooSingleArray')) { - $this->jok($x->toRooSingleArray($this->getAuthUser(), $req)); + $this->jok($x->toRooSingleArray($this->authUser, $req)); } if (method_exists($x, 'toRooArray')) {