reload the merged config after making versioned changes

This commit is contained in:
Stephen Birarda 2015-05-21 10:27:22 -07:00
parent 427e2e7dbf
commit 5d9f62066a

View file

@ -104,6 +104,9 @@ void DomainServerSettingsManager::setupConfigMap(const QStringList& argumentList
// write the new settings to the json file
persistToFile();
// reload the master and user config so that the merged config is right
_configMap.loadMasterAndUserConfig(argumentList);
}
}
}