mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Fixing new tenant state after setup
--HG-- branch : 1.x
This commit is contained in:
@@ -150,7 +150,6 @@ namespace Orchard.Setup.Services {
|
||||
}
|
||||
}
|
||||
|
||||
_shellSettingsManager.SaveSettings(shellSettings);
|
||||
|
||||
|
||||
// in effect "pump messages" see PostMessage circa 1980
|
||||
@@ -173,10 +172,7 @@ namespace Orchard.Setup.Services {
|
||||
}
|
||||
}
|
||||
|
||||
//// execute pending recipe steps
|
||||
//while (_processingEngine.AreTasksPending())
|
||||
// _processingEngine.ExecuteNextTask();
|
||||
|
||||
_shellSettingsManager.SaveSettings(shellSettings);
|
||||
|
||||
return executionId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user