aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2010-11-10 17:56:05 +0100
committerJoas Schilling <nickvergessen@gmx.de>2010-11-10 17:56:05 +0100
commit9d55794e33c32a94f3630a2708c288c7b8ea6eef (patch)
treee341b6fb6c34ff4e7268c96b2908aca619ff7769
parent88602d138c1b108bdd7901cef48f66e9ed5ef229 (diff)
downloadforums-9d55794e33c32a94f3630a2708c288c7b8ea6eef.tar
forums-9d55794e33c32a94f3630a2708c288c7b8ea6eef.tar.gz
forums-9d55794e33c32a94f3630a2708c288c7b8ea6eef.tar.bz2
forums-9d55794e33c32a94f3630a2708c288c7b8ea6eef.tar.xz
forums-9d55794e33c32a94f3630a2708c288c7b8ea6eef.zip
[ticket/9891] Updater drops language-selection after database-update
PHPBB3-9891
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 95f7cdae87..01e8ef7658 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -477,7 +477,7 @@ else
<p><?php echo ((isset($lang['INLINE_UPDATE_SUCCESSFUL'])) ? $lang['INLINE_UPDATE_SUCCESSFUL'] : 'The database update was successful. Now you need to continue the update process.'); ?></p>
- <p><a href="<?php echo append_sid("{$phpbb_root_path}install/index.{$phpEx}", "mode=update&amp;sub=file_check&amp;lang=$language"); ?>" class="button1"><?php echo (isset($lang['CONTINUE_UPDATE_NOW'])) ? $lang['CONTINUE_UPDATE_NOW'] : 'Continue the update process now'; ?></a></p>
+ <p><a href="<?php echo append_sid("{$phpbb_root_path}install/index.{$phpEx}", "mode=update&amp;sub=file_check&amp;language=$language"); ?>" class="button1"><?php echo (isset($lang['CONTINUE_UPDATE_NOW'])) ? $lang['CONTINUE_UPDATE_NOW'] : 'Continue the update process now'; ?></a></p>
<?php
}