From 1e7d00528a9519d614bcf6da04ec590d79327e2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 4 Mar 2004 17:54:11 +0000 Subject: [PATCH] i have nothing to say... just ignore this line. git-svn-id: file:///svn/phpbb/trunk@4856 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 3da096cc3a..de84110bb8 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -192,8 +192,8 @@ if (!$language) } } -include($phpbb_root_path . 'language/' . $language . '/lang_main.'.$phpEx); -include($phpbb_root_path . 'language/' . $language . '/lang_admin.'.$phpEx); +include($phpbb_root_path . 'language/' . $language . '/common.'.$phpEx); +include($phpbb_root_path . 'language/' . $language . '/admin.'.$phpEx); // Here we do a number of tests and where appropriate reset the installation level