Added variables
This commit is contained in:
@@ -1140,6 +1140,11 @@ public static class ThreadsFunctions
|
||||
NcAdapter ncAdapter = new NcAdapter();
|
||||
try
|
||||
{
|
||||
|
||||
//Write all the default Entry
|
||||
if (!RedisController.WriteDefaultEntry(CMSConnectEntry))
|
||||
ManageError(ERROR_LEVEL.FATAL, CMS_CONNECT_SETUP_ALARM_MESSAGE);
|
||||
|
||||
List<DTOLanguageModel> availableLanguages = LanguageController.GetLanguageListFromDirectory();
|
||||
if (availableLanguages == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user