Content-Length: 1792 | pFad | http://github.com/enigmatic-user/TinyMCE/commit/c38d59eeff97c6479ac7759433869202cf8574a6.patch
C6
From c38d59eeff97c6479ac7759433869202cf8574a6 Mon Sep 17 00:00:00 2001
From: Shaun McCormick
Date: Wed, 25 May 2011 12:18:15 -0500
Subject: [PATCH] Fix issue where recursion detected xPDO error was showing in
logs on chunk editing
---
core/components/tinymce/docs/changelog.txt | 1 +
core/components/tinymce/tinymce.plugin.php | 1 +
2 files changed, 2 insertions(+)
diff --git a/core/components/tinymce/docs/changelog.txt b/core/components/tinymce/docs/changelog.txt
index b2fa88e..e3c7f24 100755
--- a/core/components/tinymce/docs/changelog.txt
+++ b/core/components/tinymce/docs/changelog.txt
@@ -5,6 +5,7 @@ development release, and is only shown to give an idea of what's currently in th
TinyMCE 4.2.4
====================================
- Updated TinyMCE to 3.4.2
+- Fix issue where recursion detected xPDO error was showing in logs on chunk editing
- [#55] Fix help for element_format and preformatted descriptions in plugin properties
- [#53] Languages added/update: German, English, French, Indonesian, Japanese, Dutch, Russian, Ukrainian
diff --git a/core/components/tinymce/tinymce.plugin.php b/core/components/tinymce/tinymce.plugin.php
index 315b2d2..333fe57 100644
--- a/core/components/tinymce/tinymce.plugin.php
+++ b/core/components/tinymce/tinymce.plugin.php
@@ -25,6 +25,7 @@
switch ($modx->event->name) {
case 'OnRichTextEditorInit':
if ($useEditor && $whichEditor == 'TinyMCE') {
+ unset($scriptProperties['chunk']);
if (isset($forfrontend) || $modx->context->get('key') != 'mgr') {
$def = $modx->getOption('cultureKey',null,$modx->getOption('manager_language',null,'en'));
$tiny->properties['language'] = $modx->getOption('fe_editor_lang',array(),$def);
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/enigmatic-user/TinyMCE/commit/c38d59eeff97c6479ac7759433869202cf8574a6.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy