diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 16:19:23 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 16:19:23 +0100 |
commit | fffbbbdcc49f99b141b610ac94f5e8486de25aa8 (patch) | |
tree | 0f22ff6992ecc1cbd2972c468e549edddfd10c2d /phpBB/phpbb/install/controller/update.php | |
parent | f258aebc593cfceb90369741ed8ab03581d689c3 (diff) | |
parent | 37705353c53a391aa44da7a30f10ed824a442cfc (diff) | |
download | forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar.gz forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar.bz2 forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar.xz forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.zip |
Merge pull request #4169 from CHItA/ticket/14460
[ticket/14460] Use the selected language with AJAX requests as well
* CHItA/ticket/14460:
[ticket/14460] Use the selected language with AJAX requests as well
Diffstat (limited to 'phpBB/phpbb/install/controller/update.php')
-rw-r--r-- | phpBB/phpbb/install/controller/update.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/controller/update.php b/phpBB/phpbb/install/controller/update.php index 9fff11cae8..6b88827940 100644 --- a/phpBB/phpbb/install/controller/update.php +++ b/phpBB/phpbb/install/controller/update.php @@ -122,6 +122,7 @@ class update // Set the appropriate input-output handler $this->installer->set_iohandler($this->iohandler_factory->get()); + $this->controller_helper->handle_language_select(); // Render the intro page if ($this->request->is_ajax()) @@ -140,8 +141,6 @@ class update } else { - $this->controller_helper->handle_language_select(); - // Set active stage $this->menu_provider->set_nav_property( array('update', 0, 'introduction'), |