summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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;
}
}