diff options
Diffstat (limited to 'phpBB/install.php')
-rw-r--r-- | phpBB/install.php | 2 |
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); |