From c2965bc88ddfa031c0f0b08904cb5bfb20d1371c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 13 Jun 2011 18:02:16 +0200 Subject: [PATCH] Save TinyMCE under AJAX --- plugins/tinymce.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/tinymce.php b/plugins/tinymce.php index d5caa377..30553545 100644 --- a/plugins/tinymce.php +++ b/plugins/tinymce.php @@ -67,7 +67,15 @@ tinyMCE.init({ function editInput($table, $field, $attrs, $value) { if (ereg("text", $field["type"]) && ereg("_html", $field["field"])) { - return "" . h($value) . ""; + return "" . h($value) . ""; } } -- 2.39.5