fixes merge issue

This commit is contained in:
Shannon
2014-07-10 12:11:10 +10:00
parent b254f81f4a
commit b3288f0c91
2 changed files with 14 additions and 16 deletions

View File

@@ -79,7 +79,7 @@ namespace umbraco.presentation.channels
if (UmbracoConfig.For.UmbracoSettings().Content.TidyEditorContent)
doc.getProperty(userChannel.FieldDescriptionAlias).Value = library.Tidy(removeLeftUrl(post.description), false);
doc.getProperty(userChannel.FieldDescriptionAlias).Value = library.Tidy(RemoveLeftUrl(post.description), false);
else
doc.getProperty(userChannel.FieldDescriptionAlias).Value = RemoveLeftUrl(post.description);