AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user