From 48027c9c445db05553c93d7c04b4b2332ad76acc Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 16 Nov 2001 20:15:32 +0000 Subject: Fix type... d#$@ fat fingers.... git-svn-id: file:///svn/phpbb/trunk@1339 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1