diff options
author | Nils Adermann <naderman@naderman.de> | 2010-11-10 19:00:32 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-11-10 19:00:32 +0100 |
commit | cb94085323b7302ddc582c3df12bc2bd3275e620 (patch) | |
tree | e341b6fb6c34ff4e7268c96b2908aca619ff7769 | |
parent | 88602d138c1b108bdd7901cef48f66e9ed5ef229 (diff) | |
parent | 9d55794e33c32a94f3630a2708c288c7b8ea6eef (diff) | |
download | forums-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.php | 2 |
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&sub=file_check&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&sub=file_check&language=$language"); ?>" class="button1"><?php echo (isset($lang['CONTINUE_UPDATE_NOW'])) ? $lang['CONTINUE_UPDATE_NOW'] : 'Continue the update process now'; ?></a></p> <?php } |