diff options
Diffstat (limited to 'phpBB/install.php')
-rw-r--r-- | phpBB/install.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/install.php b/phpBB/install.php index 85bee7ef1b..fbd1c5b94b 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -160,7 +160,7 @@ include($phpbb_root_path.'includes/sessions.'.$phpEx); // // Import language file, setup template ... // -include($phpbb_root_path.'language/lang_' . $language . '.'.$phpEx); +include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx); $template = new Template($phpbb_root_path . "templates/" . $default_template); @@ -507,4 +507,5 @@ else exit(); } } -?> + +?>
\ No newline at end of file |