aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/controller/installer_index.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-26 22:20:32 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-26 22:20:32 +0200
commit495c0c6fb32ac0b720fccfeb640a0b3d5a32b98f (patch)
tree5f82564969e127ef7caa49a2d1a2cbd11e6a8449 /phpBB/phpbb/install/controller/installer_index.php
parentf7641cd506bd8ad98e923ce84f9f39960a938a69 (diff)
downloadforums-495c0c6fb32ac0b720fccfeb640a0b3d5a32b98f.tar
forums-495c0c6fb32ac0b720fccfeb640a0b3d5a32b98f.tar.gz
forums-495c0c6fb32ac0b720fccfeb640a0b3d5a32b98f.tar.bz2
forums-495c0c6fb32ac0b720fccfeb640a0b3d5a32b98f.tar.xz
forums-495c0c6fb32ac0b720fccfeb640a0b3d5a32b98f.zip
[ticket/13740] Move handle_language_select calls to the controllers
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/controller/installer_index.php')
-rw-r--r--phpBB/phpbb/install/controller/installer_index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/controller/installer_index.php b/phpBB/phpbb/install/controller/installer_index.php
index 8e1874984b..c2d9572284 100644
--- a/phpBB/phpbb/install/controller/installer_index.php
+++ b/phpBB/phpbb/install/controller/installer_index.php
@@ -53,6 +53,8 @@ class installer_index
public function handle($mode)
{
+ $this->helper->handle_language_select();
+
switch ($mode)
{
case "intro":