aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/controller/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/controller/install.php')
-rw-r--r--phpBB/phpbb/install/controller/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/controller/install.php b/phpBB/phpbb/install/controller/install.php
index c21b0d831b..80f6651a39 100644
--- a/phpBB/phpbb/install/controller/install.php
+++ b/phpBB/phpbb/install/controller/install.php
@@ -176,6 +176,8 @@ class install
// Determine whether the installation was started or not
if (true)
{
+ $this->controller_helper->handle_language_select();
+
// Set active stage
$this->menu_provider->set_nav_property(
array('install', 0, 'introduction'),