From 37c8352c473f6aa2e263875c8fad17ba3f8d05b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Thu, 14 Apr 2022 00:39:40 +0000 Subject: [PATCH] Update control.php --- module/tree/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/tree/control.php b/module/tree/control.php index b8a3fca4cd..c826a7df18 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -385,7 +385,7 @@ class tree extends control * @return void */ public function manageChild($rootID, $viewType) - + { if(!empty($_POST)) { $moduleIDList = $this->tree->manageChild($rootID, $viewType);