WIP installer refactor, fixes bug that skin selection goes to end instead of canvas skin module

[TFS Changeset #76985]
This commit is contained in:
starfighter83
2010-09-08 12:55:42 +00:00
parent 386cd44012
commit 14a177b81e

View File

@@ -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
{