From 997e1da87a7b1a00fca461ca812ea0f84bbe5a5f Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 30 Mar 2016 18:55:17 +0800 Subject: [PATCH] RooGetTrait.php --- RooGetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RooGetTrait.php b/RooGetTrait.php index 3868e7bd..ab304a5d 100644 --- a/RooGetTrait.php +++ b/RooGetTrait.php @@ -350,7 +350,7 @@ trait Pman_Core_RooGetTrait { } // different symantics on all these calls?? if (method_exists($x, 'toRooSingleArray')) { - $this->jok($x->toRooSingleArray($this->authUser, $req)); + $this->jok($x->toRooSingleArray($this->getAuthUser(), $req)); } if (method_exists($x, 'toRooArray')) { $this->jok($x->toRooArray($req)); -- 2.39.2