Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1402)
+++ branches/2.8.x/CHANGELOG	(revision 1403)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+22 Jan-2011 Build 1403 Dietmar Woellbrink (Luisehahne)
+! small fix
 22 Jan-2011 Build 1402 Dietmar Woellbrink (Luisehahne)
 ! secure peparing and beginning fix admin/pages
 21 Jan-2011 Build 1401 Frank Heyne (FrankH)
Index: branches/2.8.x/wb/admin/pages/sections.php
===================================================================
--- branches/2.8.x/wb/admin/pages/sections.php	(revision 1402)
+++ branches/2.8.x/wb/admin/pages/sections.php	(revision 1403)
@@ -79,7 +79,7 @@
 		require(WB_PATH.'/framework/class.order.php');
 		$order = new order(TABLE_PREFIX.'sections', 'position', 'section_id', 'page_id');
 		$order->clean($page_id);
-		$admin->print_success($TEXT['SUCCESS'], ADMIN_URL.'/pages/sections.php?page_id='.$admin->getIDKEY($page_id));
+		$admin->print_success($TEXT['SUCCESS'], ADMIN_URL.'/pages/sections.php?page_id='.$page_id );
 		$admin->print_footer();
 		exit();
 	}
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1402)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1403)
@@ -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.RC5');
-if(!defined('REVISION')) define('REVISION', '1402');
+if(!defined('REVISION')) define('REVISION', '1403');
 
 ?>
