Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1674)
+++ branches/2.8.x/CHANGELOG	(revision 1675)
@@ -12,6 +12,10 @@
 ===============================================================================
 
 
+
+
+24 Apr-2012 Build 1675 Dietmar Woellbrink (Luisehahne)
+# fixed /framework/functions.php missing global $MESSAGE in function rebuildFolderProtectFile
 18 Apr-2012 Build 1674 Dietmar Woellbrink (Luisehahne)
 # fixed add-ons upload error (tks to DBS)
 + add tool_icon.png to core module
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1674)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1675)
@@ -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.3');
-if(!defined('REVISION')) define('REVISION', '1674');
+if(!defined('REVISION')) define('REVISION', '1675');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/framework/functions.php
===================================================================
--- branches/2.8.x/wb/framework/functions.php	(revision 1674)
+++ branches/2.8.x/wb/framework/functions.php	(revision 1675)
@@ -697,6 +697,7 @@
 
 function rebuildFolderProtectFile($dir='')
 {
+	global $MESSAGE;
 	$retVal = array();
 	$dir = rtrim(str_replace('\/\\', '/', $dir), '/');
 	try {
