Skip to content

Commit

Permalink
Removing bad check stuff from Composite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
IngvarKofoed committed Apr 6, 2011
1 parent 8ac29f9 commit c75b17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/App_Data/Composite/Composite.config
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
</Composite.Core.Application.Plugins.ApplicationStartupHandlerConfiguration>
<Composite.Core.IO.Plugins.IOProviderConfiguration defaultIOProvider="LocalIOProvider">
<IOProviderPlugins>
<add name="LocalIOProvider" type="Composite.Plugins.IO.IOProviders.LocalIOProvider.LocalIOProvider, Composite"/>
<add name="LocalIOProvider" type="Composite.Plugins.IO.IOProviders.LocalIOProvider.LocalIOProvider, Composite" />
</IOProviderPlugins>
</Composite.Core.IO.Plugins.IOProviderConfiguration>
<Composite.Core.WebClient.Renderings.Plugins.RenderingResponseHandlerConfiguration>
Expand Down Expand Up @@ -565,4 +565,4 @@
</Providers>
</Composite.Core.WebClient.Plugins.SessionStateProviderConfiguration>
<Composite.SetupConfiguration PackageServerUrl="https://package.composite.net" />
</configuration>
</configuration>

0 comments on commit c75b17f

Please sign in to comment.