mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing duplicate recipe call
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Orchard.Setup.Controllers {
|
||||
throw new ApplicationException("Unknown database type: " + model.DatabaseProvider);
|
||||
}
|
||||
|
||||
var recipe = _setupService.Recipes().GetRecipeByName(model.Recipe);
|
||||
var recipe = recipes.GetRecipeByName(model.Recipe);
|
||||
var setupContext = new SetupContext {
|
||||
SiteName = model.SiteName,
|
||||
AdminUsername = model.AdminUsername,
|
||||
|
Reference in New Issue
Block a user