Fixes issue with tinymce on media/members (missing commit)

This commit is contained in:
hartvig
2011-01-12 12:59:07 -01:00
parent 5650c6427a
commit 8e4deca486

View File

@@ -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();