aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-11-10 19:00:32 +0100
committerNils Adermann <naderman@naderman.de>2010-11-10 19:00:32 +0100
commitcb94085323b7302ddc582c3df12bc2bd3275e620 (patch)
treee341b6fb6c34ff4e7268c96b2908aca619ff7769
parent88602d138c1b108bdd7901cef48f66e9ed5ef229 (diff)
parent9d55794e33c32a94f3630a2708c288c7b8ea6eef (diff)
downloadforums-cb94085323b7302ddc582c3df12bc2bd3275e620.tar
forums-cb94085323b7302ddc582c3df12bc2bd3275e620.tar.gz
forums-cb94085323b7302ddc582c3df12bc2bd3275e620.tar.bz2
forums-cb94085323b7302ddc582c3df12bc2bd3275e620.tar.xz
forums-cb94085323b7302ddc582c3df12bc2bd3275e620.zip
Merge branch 'ticket/nickvergessen/9891' into develop-olympus
* ticket/nickvergessen/9891: [ticket/9891] Updater drops language-selection after database-update
-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
}