summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index 453fed165..de62188db 100644
--- a/install.php
+++ b/install.php
@@ -584,7 +584,6 @@ function install_tasks($profile, $task) {
if ($task == 'configure') {
drupal_set_title(st('Configure site'));
- menu_rebuild();
// We break the form up so we can tell when it's been successfully
// submitted.
@@ -634,6 +633,7 @@ function install_tasks($profile, $task) {
// The end of the install process. Remember profile used.
if ($task == 'done') {
+ menu_rebuild();
variable_set('install_profile', $profile);
}
@@ -679,7 +679,7 @@ function install_task_list($active = NULL) {
'profile' => st('Choose profile'),
'locale' => st('Choose language'),
'requirements' => st('Verify requirements'),
- 'database' => st('Database setup'),
+ 'database' => st('Setup database'),
'configure' => st('Configure site'),
);