From f0883b09943128766b77acbebe7de938eeb36cd3 Mon Sep 17 00:00:00 2001 From: starfighter83 Date: Wed, 12 Jan 2011 13:59:44 -0100 Subject: [PATCH] Fixes tinymce media/members issue --- .../editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs b/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs index 21e9c00a7a..10b77b43b0 100644 --- a/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs +++ b/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs @@ -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();