From a89a1c9c1ad93bcd67aa0fac9e008e995df94de6 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 18 Dec 2001 02:38:39 +0000 Subject: [PATCH] globals fix for \$action --- setup/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');