Fixing exception caused by HostComonents.config when Orchard is started from the command line

This commit is contained in:
Lombiq
2014-08-18 16:35:30 +02:00
committed by Zoltán Lehóczky
parent 4ebc946282
commit 7cdfc7c35f

View File

@@ -57,7 +57,7 @@ namespace Orchard.Environment {
if (!properties.Any())
continue;
_config.Add(componentType, properties);
_config[componentType] = properties;
}
}