From 4034b9f9d4c605350c32d63ca9618f6ec658d5b0 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 13:01:47 +0800 Subject: [PATCH] RooTrait.php --- RooTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.39.2