Port 7.7 - WIP
This commit is contained in:
@@ -19,14 +19,12 @@ namespace Umbraco.Web.Install.InstallSteps
|
||||
private readonly InstallHelper _installHelper;
|
||||
private readonly IContentService _contentService;
|
||||
private readonly WebSecurity _security;
|
||||
private readonly HttpContextBase _httpContext;
|
||||
|
||||
public StarterKitDownloadStep(IContentService contentService, InstallHelper installHelper, WebSecurity security)
|
||||
{
|
||||
_installHelper = installHelper;
|
||||
_contentService = contentService;
|
||||
_security = security;
|
||||
_httpContext = httpContext;
|
||||
}
|
||||
|
||||
private const string RepoGuid = "65194810-1f85-11dd-bd0b-0800200c9a66";
|
||||
@@ -51,7 +49,7 @@ namespace Umbraco.Web.Install.InstallSteps
|
||||
|
||||
var result = DownloadPackageFiles(starterKitId.Value);
|
||||
|
||||
_applicationContext.RestartApplicationPool(_httpContext);
|
||||
Current.RestartAppPool();
|
||||
|
||||
return new InstallSetupResult(new Dictionary<string, object>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user