Fixing new tenant state after setup

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-30 14:18:04 -07:00
parent 51d62d78b7
commit cc40e0333b

View File

@@ -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;
}