Fixes issue with tinymce on media/members (missing commit)
This commit is contained in:
@@ -449,7 +449,7 @@ namespace umbraco.editorControls.tinyMCE3.webcontrol
|
||||
Regex.Matches(content, pattern, RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace);
|
||||
|
||||
// Page for macro rendering
|
||||
page p = new page(nodeId, versionId);
|
||||
// page p = new page(nodeId, versionId);
|
||||
System.Web.HttpContext.Current.Items["macrosAdded"] = 0;
|
||||
System.Web.HttpContext.Current.Items["pageID"] = nodeId.ToString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user