Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1555)
+++ branches/2.8.x/CHANGELOG	(revision 1556)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
+02 Jan-2012 Build 1556 Dietmar Woellbrink (Luisehahne)
+# typofix in function make_dir
 02 Jan-2012 Build 1555 Dietmar Woellbrink (Luisehahne)
 ! wb_quickSkin_28.php create _skin folders with folder protect file 
 ! add a 3th parameter to function make_dir to allows the creation of nested directories specified in the pathname. Defaults to TRUE
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1555)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1556)
@@ -52,5 +52,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.2');
-if(!defined('REVISION')) define('REVISION', '1555');
+if(!defined('REVISION')) define('REVISION', '1556');
 if(!defined('SP')) define('SP', 'SP2');
Index: branches/2.8.x/wb/framework/functions.php
===================================================================
--- branches/2.8.x/wb/framework/functions.php	(revision 1555)
+++ branches/2.8.x/wb/framework/functions.php	(revision 1556)
@@ -401,7 +401,7 @@
 }
 
 // Function to create directories
-function make_dir($dir_name, $dir_mode = OCTAL_DIR_MODE $recursive=true)
+function make_dir($dir_name, $dir_mode = OCTAL_DIR_MODE, $recursive=true)
 {
 	$retVal = false;
 	if(!is_dir($dir_name))
