diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-11-10 17:56:05 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-11-10 17:56:05 +0100 |
commit | 9d55794e33c32a94f3630a2708c288c7b8ea6eef (patch) | |
tree | e341b6fb6c34ff4e7268c96b2908aca619ff7769 | |
parent | 88602d138c1b108bdd7901cef48f66e9ed5ef229 (diff) | |
download | forums-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.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 } |