aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-11-16 20:15:32 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-11-16 20:15:32 +0000
commit48027c9c445db05553c93d7c04b4b2332ad76acc (patch)
treef64b1e46c9a0450bfd41230dae38bda2d82a97af
parent6fdd61a568de8d1f09e69c7c1d386a78d4648e5a (diff)
downloadforums-48027c9c445db05553c93d7c04b4b2332ad76acc.tar
forums-48027c9c445db05553c93d7c04b4b2332ad76acc.tar.gz
forums-48027c9c445db05553c93d7c04b4b2332ad76acc.tar.bz2
forums-48027c9c445db05553c93d7c04b4b2332ad76acc.tar.xz
forums-48027c9c445db05553c93d7c04b4b2332ad76acc.zip
Fix type... d#$@ fat fingers....
git-svn-id: file:///svn/phpbb/trunk@1339 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index a6ab1eb8cb..40d981e268 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -171,7 +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);
+include($phpbb_root_path.'language/lang_' . $language . '/lang_admin.'.$phpEx);
$template = new Template($phpbb_root_path . "templates/" . $default_template);