From: edward Date: Thu, 31 Mar 2016 05:01:54 +0000 (+0800) Subject: RooTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1d990da68e981b0a9296367f23d9275cb2522194 RooTrait.php --- 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));