From: Alan Knowles Date: Mon, 13 Dec 2010 06:44:09 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=77e0862886f675004cbf1c657df1b1b9db991339 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 1c85686..fc47ba7 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -122,7 +122,7 @@ class Pman_Roo extends Pman $this->jerr("PERMISSION DENIED"); } - $this->jok(method_exists($x, 'toRooSingleArray') ? $x->toRooSingleArray($this->authUser) : $x->toArray()); + $this->jok(method_exists($x, 'toRooSingleArray') ? $x->toRooSingleArray($this->authUser, $_REQUEST) : $x->toArray()); } if (isset($_REQUEST['_delete'])) {