aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/controller/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/controller/update.php')
-rw-r--r--phpBB/phpbb/install/controller/update.php3
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'),