mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing exception caused by HostComonents.config when Orchard is started from the command line
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Orchard.Environment {
|
||||
if (!properties.Any())
|
||||
continue;
|
||||
|
||||
_config.Add(componentType, properties);
|
||||
_config[componentType] = properties;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user