* Modify api module edit.

This commit is contained in:
caoyanyi
2023-03-31 10:18:03 +08:00
parent 076fc558aa
commit ac39a9ee2c
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -387,7 +387,6 @@ class tree extends control
if(!empty($_POST))
{
$this->tree->update($moduleID);
echo js::alert($this->lang->tree->successSave);
die(js::reload('parent'));
}