Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1386)
+++ branches/2.8.x/CHANGELOG	(revision 1387)
@@ -11,7 +11,9 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
-16 Jan-2011 Build 1385 Frank Heyne (FrankH)
+16 Jan-2011 Build 1387 Dietmar Woellbrink (Luisehahne)
+# fix class.wb
+16 Jan-2011 Build 1386 Dietmar Woellbrink (Luisehahne)
 ! update headerinfos
 16 Jan-2011 Build 1385 Frank Heyne (FrankH)
 # Security fix to filter out droplets from user input in news and form modules
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1386)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1387)
@@ -52,6 +52,6 @@
 
 // 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.RC4');
-if(!defined('REVISION')) define('REVISION', '1386');
+if(!defined('REVISION')) define('REVISION', '1387');
 
 ?>
Index: branches/2.8.x/wb/framework/class.wb.php
===================================================================
--- branches/2.8.x/wb/framework/class.wb.php	(revision 1386)
+++ branches/2.8.x/wb/framework/class.wb.php	(revision 1387)
@@ -33,8 +33,8 @@
 	// General initialization function
 	// performed when frontend or backend is loaded.
 
-	public function  __construct($mode = SecureForm::Frontend) {
-		parent::__construct($mode);
+	public function  __construct() {
+		parent::__construct();
 	}
 
 /* ****************
