Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1393)
+++ branches/2.8.x/CHANGELOG	(revision 1394)
@@ -11,6 +11,9 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+16 Jan-2011 Build 1394 Dietmar Woellbrink (Luisehahne)
+! set construct to FRONTEND class.wb
+! set 2.8.2 to RC5
 16 Jan-2011 Build 1393 Frank Heyne (FrankH)
 # Bugfix in Security fix
 16 Jan-2011 Build 1392 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1393)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1394)
@@ -51,7 +51,7 @@
 }
 
 // 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', '1393');
+if(!defined('VERSION')) define('VERSION', '2.8.2.RC5');
+if(!defined('REVISION')) define('REVISION', '1394');
 
 ?>
Index: branches/2.8.x/wb/framework/class.wb.php
===================================================================
--- branches/2.8.x/wb/framework/class.wb.php	(revision 1393)
+++ branches/2.8.x/wb/framework/class.wb.php	(revision 1394)
@@ -33,8 +33,8 @@
 	// General initialization function
 	// performed when frontend or backend is loaded.
 
-	public function  __construct() {
-		parent::__construct();
+	public function  __construct($mode = SecureForm::FRONTEND) {
+		parent::__construct($mode);
 	}
 
 /* ****************
