This commit is contained in:
2018-08-30 15:19:17 +00:00
parent ab573f17e6
commit 63454be9d3

View File

@@ -177,9 +177,6 @@ namespace AyaNova.Plugin.Dump
//DUMP IT!
//TODO: These next for tags so can be attributed when other objects are imported
//- Dispatch zones
dumpUsers(tempArchiveFolder, progress);
dumpGlobalSettings(tempArchiveFolder, progress);
dumpLocales(tempArchiveFolder, progress);
@@ -198,8 +195,6 @@ namespace AyaNova.Plugin.Dump
progress.Append("Zipping up archive");
FastZip fastZip = new FastZip();
fastZip.CreateZip(zipName, tempArchiveFolder, true, null);