From 1d990da68e981b0a9296367f23d9275cb2522194 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 31 Mar 2016 13:01:54 +0800 Subject: [PATCH] RooTrait.php --- RooTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooTrait.php b/RooTrait.php index e6b638be..e24d23bb 100644 --- a/RooTrait.php +++ b/RooTrait.php @@ -132,7 +132,7 @@ trait Pman_Core_RooTrait { } // different symantics on all these calls?? if (method_exists($x, 'toRooSingleArray')) { - $this->jok($x->toRooSingleArray($this->getAuthUser(), $req)); + $this->jok($x->toRooSingleArray($this->authUser, $req)); } if (method_exists($x, 'toRooArray')) { $this->jok($x->toRooArray($req)); -- 2.39.2