Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1389)
+++ branches/2.8.x/CHANGELOG	(revision 1390)
@@ -11,7 +11,7 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
-16 Jan-2011 Build 1389 Frank Heyne (FrankH)
+16 Jan-2011 Build 1389+1390 Frank Heyne (FrankH)
 # Security fixes for modules captcha_control, code and droplets
 16 Jan-2011 Build 1388 Dietmar Woellbrink (Luisehahne)
 # more Security fix for admin/pages
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1389)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1390)
@@ -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', '1389');
+if(!defined('REVISION')) define('REVISION', '1390');
 
 ?>
Index: branches/2.8.x/wb/modules/droplets/modify_droplet.php
===================================================================
--- branches/2.8.x/wb/modules/droplets/modify_droplet.php	(revision 1389)
+++ branches/2.8.x/wb/modules/droplets/modify_droplet.php	(revision 1390)
@@ -22,6 +22,10 @@
 require_once(WB_PATH.'/framework/class.admin.php');
 require_once(WB_PATH.'/framework/functions.php');
 
+$admintool_link = ADMIN_URL .'/admintools/index.php';
+$module_edit_link = ADMIN_URL .'/admintools/tool.php?tool=droplets';
+$admin = new admin('admintools', 'admintools');
+
 // Get id
 $droplet_id = $admin->checkIDKEY('droplet_id', false, 'GET');
 if (!$droplet_id) {
@@ -29,10 +33,6 @@
  exit();
 }
 
-$admintool_link = ADMIN_URL .'/admintools/index.php';
-$module_edit_link = ADMIN_URL .'/admintools/tool.php?tool=droplets';
-$admin = new admin('admintools', 'admintools');
-
 // check if backend.css file needs to be included into the <body></body> of modify.php
 if(!method_exists($admin, 'register_backend_modfiles') && file_exists(WB_PATH ."/modules/droplets/backend.css")) {
 	echo '<style type="text/css">';
