From 647c3358a23a1a0655489d5d11d7cc8df400453e Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 18:48:05 +0800 Subject: [PATCH] RooTrait.php --- RooTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooTrait.php b/RooTrait.php index 1079dc55..75402fb0 100644 --- a/RooTrait.php +++ b/RooTrait.php @@ -102,7 +102,7 @@ trait Pman_Core_RooTrait { if (!is_array($id) && empty($id)) { if (method_exists($x, 'toRooSingleArray')) { - $this->jok($x->toRooSingleArray($this->authUser, $req)); + $this->jok($x->toRooSingleArray($this->getAuthUser(), $req)); } if (method_exists($x, 'toRooArray')) { -- 2.39.2