This commit is contained in:
Bitl 2021-11-02 18:19:06 -07:00
parent 889ba4a72e
commit 2f9d8c1df6
1 changed files with 1 additions and 1 deletions

View File

@ -1880,7 +1880,7 @@ public class GlobalFuncs
string args = "";
GlobalVars.ValidatedExtraFiles = 0;
if (!info.AlreadyHasSecurity)
if (!info.AlreadyHasSecurity && !GlobalVars.AdminMode)
{
string validstart = "<validate>";
string validend = "</validate>";