Profiles local StorageProvider fix, round 3

0.8.0.3
BlueWall 2014-03-27 13:41:20 -04:00
parent 20640357ab
commit ba5a236922
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace OpenSim.Services.ProfilesService
IConfig ProfilesConfig = config.Configs[configName];
if (ProfilesConfig != null)
{
dllName = dbConfig.GetString("StorageProvider", dllName);
dllName = ProfilesConfig.GetString("StorageProvider", dllName);
connString = ProfilesConfig.GetString("ConnectionString", connString);
realm = ProfilesConfig.GetString("Realm", realm);
}