From 6bf83967ba9715de8e375e9576a9be08a04a1f7f Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 10 May 2010 05:53:55 +0000 Subject: [PATCH] --- docs/NEWS | 6 ++++++ htmlarea/contrib/php-xinha.php | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index 92b0f5af..37ea6f5d 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -57,6 +57,12 @@ Version 1.6 () * Added event hook backend_sendcomment for sending comments and being able to chang via plugin API (onli) +Version 1.5.3 (May 10th, 2010); +------------------------------------------------------------------------ + + * Temporarily disabled ExtendedFilemanager, ImageManager, + InsertSnippet and Linker plugins for bundled Xinha editor. + Version 1.5.2 (January 25th, 2010) ------------------------------------------------------------------------ diff --git a/htmlarea/contrib/php-xinha.php b/htmlarea/contrib/php-xinha.php index 392131bd..0490673a 100755 --- a/htmlarea/contrib/php-xinha.php +++ b/htmlarea/contrib/php-xinha.php @@ -22,6 +22,10 @@ * * */ + +// temporary +unset($_REQUEST['backend_config']); +unset($_REQUEST['backend_data']); function xinha_pass_to_php_backend($Data, $KeyLocation = 'Xinha:BackendKey', $ReturnPHP = FALSE) {