From 8e4deca4865c5c24eec5d705f77f39dca1e89cce Mon Sep 17 00:00:00 2001 From: hartvig Date: Wed, 12 Jan 2011 12:59:07 -0100 Subject: [PATCH] Fixes issue with tinymce on media/members (missing commit) --- .../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..c95cfc8596 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();