This commit is contained in:
@@ -131,7 +131,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
|
||||
Translation t = new Translation();
|
||||
t.Name = (string)o["name"];
|
||||
t.Name = (string)o["Name"];
|
||||
string newUniqueName = string.Empty;
|
||||
bool NotUnique = true;
|
||||
long l = 1;
|
||||
|
||||
Reference in New Issue
Block a user