From 5ed2aa759071b4352714174cf0ddcd4d0323d6e9 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 11 Oct 2001 12:18:37 +0000 Subject: Changed paths for language git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB/install.php') 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 -- cgit v1.2.1