Pman/Roo.php
authorbenny <benny@roojs.com>
Thu, 9 Aug 2018 05:01:53 +0000 (13:01 +0800)
committerbenny <benny@roojs.com>
Thu, 9 Aug 2018 05:01:53 +0000 (13:01 +0800)
Pman/Roo.php

index d1787c1..382d8a3 100644 (file)
@@ -1030,6 +1030,7 @@ class Pman_Roo extends Pman
     
     function update($x, $req,  $with_perm_check = true)
     {
+        var_dump($req); exit;
         if ( $with_perm_check && !$this->checkPerm($x,'E', $req) )  {
             $this->jerr("PERMISSION DENIED - No Edit permissions on this element");
         }