diff options
Diffstat (limited to 'OpenSim/Framework/UserConfig.cs')
-rw-r--r-- | OpenSim/Framework/UserConfig.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserConfig.cs b/OpenSim/Framework/UserConfig.cs index 7ca2512..c9957ef 100644 --- a/OpenSim/Framework/UserConfig.cs +++ b/OpenSim/Framework/UserConfig.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Framework | |||
54 | public UserConfig(string description, string filename) | 54 | public UserConfig(string description, string filename) |
55 | { | 55 | { |
56 | configMember = | 56 | configMember = |
57 | new ConfigurationMember(filename, description, loadConfigurationOptions, handleIncomingConfiguration); | 57 | new ConfigurationMember(filename, description, loadConfigurationOptions, handleIncomingConfiguration,true); |
58 | configMember.performConfigurationRetrieve(); | 58 | configMember.performConfigurationRetrieve(); |
59 | } | 59 | } |
60 | 60 | ||