Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 2039)
+++ branches/2.8.x/CHANGELOG	(revision 2040)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+18 Dec-2013 Build 2040 Dietmar Woellbrink (Luisehahne)
+# /include/editarea/wb_wrapper_edit_area.php change php versions compare for json_encode
 18 Dec-2013 Build 2039 Dietmar Woellbrink (Luisehahne)
 # droplets example iLoginBox add missing Page_ID
 16 Dec-2013 Build 2038 Manuela v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php
===================================================================
--- branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php	(revision 2039)
+++ branches/2.8.x/wb/include/editarea/wb_wrapper_edit_area.php	(revision 2040)
@@ -152,7 +152,7 @@
 			loader_help();
 	        define('LOADER_HELP', true);
 		}
-        if(version_compare(PHP_VERSION, '5.3', '<'))
+        if(version_compare(PHP_VERSION, '5.4', '<'))
         {
             $json = json_encode($aInitEditArea);
         } else {
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 2039)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 2040)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.4');
-if(!defined('REVISION')) define('REVISION', '2039');
+if(!defined('REVISION')) define('REVISION', '2040');
 if(!defined('SP')) define('SP', '');
