AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)

This commit is contained in:
Bjarke Berg
2019-11-08 07:51:14 +01:00
parent 05569440c4
commit 13507c0e13
110 changed files with 466 additions and 321 deletions

View File

@@ -67,7 +67,7 @@ namespace Umbraco.Web
{
var htmlBadge =
String.Format(Current.Configs.Settings().Content.PreviewBadge,
IOHelper.ResolveUrl(SystemDirectories.Umbraco),
Current.IOHelper.ResolveUrl(SystemDirectories.Umbraco),
Current.UmbracoContext.HttpContext.Server.UrlEncode(Current.UmbracoContext.HttpContext.Request.Path));
return new MvcHtmlString(htmlBadge);
}