This commit is contained in:
Garvin Hicking 2010-05-10 05:53:55 +00:00
parent cc25999490
commit 6bf83967ba
2 changed files with 10 additions and 0 deletions

View File

@ -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)
------------------------------------------------------------------------

View File

@ -22,6 +22,10 @@
* </script>
*
*/
// temporary
unset($_REQUEST['backend_config']);
unset($_REQUEST['backend_data']);
function xinha_pass_to_php_backend($Data, $KeyLocation = 'Xinha:BackendKey', $ReturnPHP = FALSE)
{