mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
Reimplementing DefaultShellContainerFactory : IShellContainerFactory
Based on new interface which takes ShellTopology and returns ILifetimeScope Other partial changes to DefaultOrchardHost Several tests and web app currently broken --HG-- branch : dev
This commit is contained in:
@@ -136,7 +136,7 @@ namespace Orchard.Setup.Controllers {
|
||||
|
||||
_tenantManager.SaveSettings(shellSettings);
|
||||
|
||||
_orchardHost.Reinitialize();
|
||||
_orchardHost.Reinitialize_Obsolete();
|
||||
|
||||
// redirect to the welcome page.
|
||||
return Redirect("~/");
|
||||
|
Reference in New Issue
Block a user