Fixes config change from merge
This commit is contained in:
@@ -234,7 +234,7 @@ namespace Umbraco.Web.Mvc
|
||||
{
|
||||
// creating previewBadge markup
|
||||
markupToInject =
|
||||
String.Format(UmbracoSettings.PreviewBadge,
|
||||
String.Format(UmbracoConfig.For.UmbracoSettings().Content.PreviewBadge,
|
||||
IOHelper.ResolveUrl(SystemDirectories.Umbraco),
|
||||
IOHelper.ResolveUrl(SystemDirectories.UmbracoClient),
|
||||
Server.UrlEncode(UmbracoContext.Current.HttpContext.Request.Path));
|
||||
|
||||
Reference in New Issue
Block a user