This commit is contained in:
@@ -24,7 +24,7 @@ namespace AyaNova.Biz
|
||||
switch (aytype)
|
||||
{
|
||||
case AyaType.User:
|
||||
return new UserBiz(dbcontext, userId, roles);
|
||||
return new UserBiz(dbcontext, userId, ServerBootConfig.AYANOVA_DEFAULT_LANGUAGE_ID, roles);
|
||||
case AyaType.Widget:
|
||||
return new WidgetBiz(dbcontext, userId, roles);
|
||||
case AyaType.Tag:
|
||||
|
||||
Reference in New Issue
Block a user