From 6fdd61a568de8d1f09e69c7c1d386a78d4648e5a Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 16 Nov 2001 19:22:56 +0000 Subject: [PATCH] Include lang_admin as well as lang_main.. git-svn-id: file:///svn/phpbb/trunk@1338 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 1 + 1 file changed, 1 insertion(+) 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);