Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1392)
+++ branches/2.8.x/CHANGELOG	(revision 1393)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+16 Jan-2011 Build 1393 Frank Heyne (FrankH)
+# Bugfix in Security fix
 16 Jan-2011 Build 1392 Dietmar Woellbrink (Luisehahne)
 ! update headerinfos, change secure messages
 16 Jan-2011 Build 1389-1391 Frank Heyne (FrankH)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1392)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1393)
@@ -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', '1392');
+if(!defined('REVISION')) define('REVISION', '1393');
 
 ?>
Index: branches/2.8.x/wb/modules/code/modify.php
===================================================================
--- branches/2.8.x/wb/modules/code/modify.php	(revision 1392)
+++ branches/2.8.x/wb/modules/code/modify.php	(revision 1393)
@@ -20,7 +20,6 @@
 $template = new Template(WB_PATH.'/modules/code');
 $template->set_file('page', 'htt/modify.htt');
 $template->set_block('page', 'main_block', 'main');
-require_once(WB_PATH.'/modules/admin.php');
 
 // Get page content
 $query = "SELECT content FROM ".TABLE_PREFIX."mod_code WHERE section_id = '$section_id'";
