Pman/Roo.php
authorbenny <benny@roojs.com>
Thu, 9 Aug 2018 06:40:26 +0000 (14:40 +0800)
committerbenny <benny@roojs.com>
Thu, 9 Aug 2018 06:40:26 +0000 (14:40 +0800)
Pman/Roo.php

index 382d8a3..d1787c1 100644 (file)
@@ -1030,7 +1030,6 @@ 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");
         }