This commit is contained in:
2020-04-28 22:50:07 +00:00
parent 65db881abd
commit 88c27f7d28

View File

@@ -166,6 +166,8 @@ namespace AyaNova.PlugIn.V8
try try
{ {
Map.Clear(); Map.Clear();
TagMap.Clear();
//admin user (not exported but is there already) //admin user (not exported but is there already)
Map.Add(User.AdministratorID, 1); Map.Add(User.AdministratorID, 1);
//not sure if this is a good idea or not because in some cases would want to know if something is unexpectedly empty but will see for now //not sure if this is a good idea or not because in some cases would want to know if something is unexpectedly empty but will see for now