Reach out to the RecipeManager in the tenant shell to execute context.Recipe

Fixing a comment.

--HG--
branch : recipe
This commit is contained in:
Suha Can
2011-02-12 15:10:49 -08:00
parent e5c821dab3
commit 2a13c106a3
2 changed files with 3 additions and 1 deletions

View File

@@ -216,6 +216,8 @@ namespace Orchard.Setup.Services {
}
private void CreateTenantData(SetupContext context, IWorkContextScope environment) {
var recipeManager = environment.Resolve<IRecipeManager>();
// create superuser
var membershipService = environment.Resolve<IMembershipService>();
var user =