diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-04 17:54:11 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-04 17:54:11 +0000 |
commit | 1e7d00528a9519d614bcf6da04ec590d79327e2a (patch) | |
tree | e30e6d0151dc2e09dbfe20a2fa88830d67c5bdd9 | |
parent | 2c6f3d43ab6249e4c73a9b25abe8dbf14af8d6da (diff) | |
download | forums-1e7d00528a9519d614bcf6da04ec590d79327e2a.tar forums-1e7d00528a9519d614bcf6da04ec590d79327e2a.tar.gz forums-1e7d00528a9519d614bcf6da04ec590d79327e2a.tar.bz2 forums-1e7d00528a9519d614bcf6da04ec590d79327e2a.tar.xz forums-1e7d00528a9519d614bcf6da04ec590d79327e2a.zip |
i have nothing to say... just ignore this line.
git-svn-id: file:///svn/phpbb/trunk@4856 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/install/install.php | 4 |
1 files 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 |