Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 939)
+++ trunk/CHANGELOG	(revision 940)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 19-Feb-2009 Christian Sommer
+!	addon overview to show advanced options after redirect from reload.php
 #	fixed bug if language folder contains none language files (XX.php) or sub folders
 +	added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)
 18-Feb-2009 Dietrich Roland Pehlke (aldus)
Index: trunk/wb/admin/addons/reload.php
===================================================================
--- trunk/wb/admin/addons/reload.php	(revision 939)
+++ trunk/wb/admin/addons/reload.php	(revision 940)
@@ -11,7 +11,7 @@
  * @author		Christian Sommer
  * @copyright	(c) 2009
  * @license		http://www.gnu.org/copyleft/lesser.html
- * @version		0.1.0
+ * @version		0.1.1
  * @platform	Website Baker 2.7
  *
  * Website Baker Project <http://www.websitebaker.org/>
@@ -39,7 +39,7 @@
 foreach ($post_check as $index => $key) {
 	if (!isset($_POST[$key])) unset($post_check[$index]);
 }
-if (count($post_check) == 0) die(header('Location: index.php'));
+if (count($post_check) == 0) die(header('Location: index.php?advanced'));
 
 /**
  * check if user has permissions to access this file
@@ -69,7 +69,7 @@
 
 // create Admin object with admin header
 $admin = new admin('Addons', '', true, false);
-$js_back = ADMIN_URL . '/addons/index.php';
+$js_back = ADMIN_URL . '/addons/index.php?advanced';
 
 /**
  * Reload all specified Addons
