Fixes tinymce media/members issue

This commit is contained in:
starfighter83
2011-01-12 13:59:44 -01:00
parent e777a97cb6
commit f0883b0994

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