diff --git a/setup/index.php b/setup/index.php index 0b71393440..cb45cfe004 100644 --- a/setup/index.php +++ b/setup/index.php @@ -97,7 +97,7 @@ //$action = 'Upgrade'; // end DEBUG code - switch($action) + switch($HTTP_POST_VARS['action']) { case 'Uninstall all applications': $subtitle = lang('Deleting Tables');