From: Alan Date: Wed, 23 Feb 2022 08:12:26 +0000 (+0800) Subject: remove debug X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=eacc4c6f1e59637e89aab984c4d183a3ca5ddfd8 remove debug --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 20d04be..8aa0a70 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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);