--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-04-09 10:39:28 -07:00

View File

@@ -62,9 +62,6 @@ namespace Orchard.Environment.ShellBuilders {
addingModules.RegisterModule(module);
}
// DynamicProxy2.
// addingModules.RegisterModule(new ExtensibleInterceptionModule(modules.OfType<IComponentInterceptorProvider>()));
addingModules.Update(shellScope);
return shellScope;