From 14a177b81e56babb366fc3c1cdff8d5dd8d11297 Mon Sep 17 00:00:00 2001 From: starfighter83 Date: Wed, 8 Sep 2010 12:55:42 +0000 Subject: [PATCH] WIP installer refactor, fixes bug that skin selection goes to end instead of canvas skin module [TFS Changeset #76985] --- .../install/steps/Skinning/loadStarterKitDesigns.ascx.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx.cs b/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx.cs index 219dfdc191..fb959d3082 100644 --- a/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx.cs +++ b/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx.cs @@ -99,15 +99,14 @@ namespace umbraco.presentation.install.steps.Skinning GlobalSettings.ConfigurationStatus = GlobalSettings.CurrentVersion; Application["umbracoNeedConfiguration"] = false; } - - ((skinning)Parent.Parent.Parent).showCustomizeSkin(); } - catch { + catch{ _default pa = (_default)this.Page; pa.GotoNextStep(helper.Request("installStep")); } + ((skinning)Parent.Parent.Parent).showCustomizeSkin(); } else {