From bceaf8f0daf1d76bb33afdef8ea231fbc855a5c2 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 29 Aug 2006 09:12:03 +0000 Subject: #80574 Eaton and chx. Replace $_POST['edit'] with $_POST. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index ba6f223a4..5431fb71f 100644 --- a/install.php +++ b/install.php @@ -354,7 +354,7 @@ function install_select_profile() { } elseif (sizeof($profiles) > 1) { foreach ($profiles as $profile) { - if ($_POST['edit']['profile'] == $profile->name) { + if ($_POST['profile'] == $profile->name) { return $profile->name; } } -- cgit v1.2.3