WIP installer refactor, fixes bug that skin selection goes to end instead of canvas skin module
[TFS Changeset #76985]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user