aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-11-16 19:22:56 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-11-16 19:22:56 +0000
commit6fdd61a568de8d1f09e69c7c1d386a78d4648e5a (patch)
tree467f5dbe8cfd0fff68f73b26d7d20986900fe25d /phpBB/install.php
parentb42ba083674e1895c38df3904d8e974693539ad0 (diff)
downloadforums-6fdd61a568de8d1f09e69c7c1d386a78d4648e5a.tar
forums-6fdd61a568de8d1f09e69c7c1d386a78d4648e5a.tar.gz
forums-6fdd61a568de8d1f09e69c7c1d386a78d4648e5a.tar.bz2
forums-6fdd61a568de8d1f09e69c7c1d386a78d4648e5a.tar.xz
forums-6fdd61a568de8d1f09e69c7c1d386a78d4648e5a.zip
Include lang_admin as well as lang_main..
git-svn-id: file:///svn/phpbb/trunk@1338 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install.php')
-rw-r--r--phpBB/install.php1
1 files changed, 1 insertions, 0 deletions
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);