aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/controller/installer_index.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-22 03:16:16 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-22 03:16:16 +0200
commit97d08d6f56cf448fd4def8a4d29c570da91faa89 (patch)
tree47bd1cdc55a71ab2e9f149b2dc59144316407273 /phpBB/phpbb/install/controller/installer_index.php
parent11642a5f9481e4e25402833edb2bac903c23c627 (diff)
downloadforums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar
forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar.gz
forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar.bz2
forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.tar.xz
forums-97d08d6f56cf448fd4def8a4d29c570da91faa89.zip
[ticket/13740] Allow language change in the installer
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, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/controller/installer_index.php b/phpBB/phpbb/install/controller/installer_index.php
index 3d5224f1be..0a1855f4e5 100644
--- a/phpBB/phpbb/install/controller/installer_index.php
+++ b/phpBB/phpbb/install/controller/installer_index.php
@@ -74,6 +74,6 @@ class installer_index
'BODY' => $body,
));
- return $this->helper->render('install_main.html', $title);
+ return $this->helper->render('install_main.html', $title, true);
}
}