* Modify the problem of deleting two out file commands.

This commit is contained in:
tianshujie
2022-03-14 16:07:45 +08:00
parent ea63748351
commit 531422c8a0
+1 -1
View File
@@ -5828,7 +5828,7 @@ class upgradeModel extends model
}
}
if(empty($customFiles) or $module == 'owt') $encryptModules[] = $module;
if(empty($customFiles) or $module == 'owt') $encryptModules[$module] = $module;
}
return $encryptModules;
}