From eacc4c6f1e59637e89aab984c4d183a3ca5ddfd8 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 23 Feb 2022 16:12:26 +0800 Subject: [PATCH] remove debug --- Pman/Roo.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2