aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index 8903c62f62..a6ab1eb8cb 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -171,6 +171,7 @@ include($phpbb_root_path.'includes/sessions.'.$phpEx);
// Import language file, setup template ...
//
include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx);
+include($phpbb_root_path.'langauge/lang_' . $language . '/lang_admin.'.$phpEx);
$template = new Template($phpbb_root_path . "templates/" . $default_template);