remove debug
authorAlan <alan@roojs.com>
Wed, 23 Feb 2022 08:12:26 +0000 (16:12 +0800)
committerAlan <alan@roojs.com>
Wed, 23 Feb 2022 08:12:26 +0000 (16:12 +0800)
Pman/Roo.php

index 20d04be..8aa0a70 100644 (file)
@@ -915,8 +915,7 @@ class Pman_Roo extends Pman
     
     function insert($x, $req, $with_perm_check = true)
     {
-        
-        if (method_exists($x, 'setFromRoo')) {
+         if (method_exists($x, 'setFromRoo')) {
             $res = $x->setFromRoo($req, $this);
             if (is_string($res)) {
                 $this->jerr($res);