Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Tekaoh
2020-10-03 11:57:51 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -9,9 +9,9 @@
#include "sharedFoundation/NetworkId.h"
#include "sharedNetworkMessages/CustomerServiceCategory.h"
#include <vector>
extern "C" {
#include "libxml/parser.h"
extern "C" {
}
using namespace CSAssist;

View File

@@ -160,6 +160,7 @@ void AdminAccountManager::reload()
DEBUG_FATAL(!ms_installed, ("AdminAccountManager not installed"));
NOT_NULL(ms_dataTableName);
DataTableManager::reload(*ms_dataTableName);
ms_adminTable = DataTableManager::getTable (ms_dataTableName->c_str(), true);
}
//-----------------------------------------------------------------------