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