Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1557)
+++ branches/2.8.x/CHANGELOG	(revision 1558)
@@ -11,7 +11,8 @@
 ! = Update/Change
 
 =========================== add small Features 2.8.2 ==========================
-02 Jan-2012 Build 1557 Dietmar Woellbrink (Luisehahne)
+02 Jan-2012 Build 1558 Dietmar Woellbrink (Luisehahne)
+# remove backslash in $_CONFIG['extensions_dir']
 ! update editor.css for allcssand round  (Tks to Ruebenwurzel)
 # bugfix in forgot_form.php
 02 Jan-2012 Build 1556 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/include/quickSkin/wb_quickSkin_28.php
===================================================================
--- branches/2.8.x/wb/include/quickSkin/wb_quickSkin_28.php	(revision 1557)
+++ branches/2.8.x/wb/include/quickSkin/wb_quickSkin_28.php	(revision 1558)
@@ -34,7 +34,7 @@
 $_CONFIG['cache_lifetime'] = 600;
 
 // EXTENTSIONS DIR
-$_CONFIG['extensions_dir'] = str_replace('\\','/', dirname(__FILE__).'/_lib/qx/'); 
+$_CONFIG['extensions_dir'] = str_replace('\\','/', dirname(__FILE__).'/_lib/qx'); 
 
 require_once (WB_PATH.'/include/quickSkin/_lib/quickSkin_28/class.quickskin.php');
 
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1557)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1558)
@@ -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', '1557');
+if(!defined('REVISION')) define('REVISION', '1558');
 if(!defined('SP')) define('SP', 'SP2');
