Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 06:44:09 +0000 (14:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 06:44:09 +0000 (14:44 +0800)
Pman/Roo.php

index 1c85686..fc47ba7 100644 (file)
@@ -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'])) {