This commit is contained in:
liumengyi
2022-11-17 08:46:41 +08:00
parent 398afed7ae
commit 64ac87995c
+1 -1
View File
@@ -494,7 +494,7 @@ class tree extends control
if($module->type == 'doc') $confirmLang = $this->lang->tree->confirmDeleteMenu;
if($module->type == 'line') $confirmLang = $this->lang->tree->confirmDeleteLine;
if($module->type == 'host') $confirmLang = $this->lang->tree->confirmDeleteHost;
if($module->type == 'chart') $confirmLang = $this->lang->tree->confirmDeleteGroup;
if(strpos($this->config->tree->groupTypes, ",$module->type,") !== false) $confirmLang = $this->lang->tree->confirmDeleteGroup;
die(js::confirm($confirmLang, $this->createLink('tree', 'delete', "rootID=$rootID&moduleID=$moduleID&confirm=yes")));
}
else