From 77e0862886f675004cbf1c657df1b1b9db991339 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Dec 2010 14:44:09 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) { -- 2.39.2