mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 19:44:02 +08:00
Fixing exception caused by HostComponents.config (multiple items with same key).
--HG-- branch : 1.x
This commit is contained in:
@@ -41,12 +41,8 @@
|
|||||||
<Component Type="Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader">
|
<Component Type="Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property Name="DisableMonitoring" Value="false"/>
|
<Property Name="DisableMonitoring" Value="false"/>
|
||||||
</Properties>
|
|
||||||
</Component>
|
|
||||||
|
|
||||||
<!-- Set Value="true" to completely disable the Dynamic Extension Loader -->
|
<!-- Set Value="true" to completely disable the Dynamic Extension Loader -->
|
||||||
<Component Type="Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader">
|
|
||||||
<Properties>
|
|
||||||
<Property Name="Disabled" Value="false"/>
|
<Property Name="Disabled" Value="false"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
|||||||
Reference in New Issue
Block a user