Merge branch 'master' into careminster

This commit is contained in:
Melanie
2012-02-10 23:59:10 +00:00
6 changed files with 47 additions and 15 deletions

View File

@@ -627,7 +627,6 @@ namespace OpenSim.Framework
foreach (String s in allKeys)
{
string val = config.GetString(s);
SetOtherSetting(s, config.GetString(s));
}
}