1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 12:35:55 +02:00

Fix type... d#$@ fat fingers....

git-svn-id: file:///svn/phpbb/trunk@1339 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech
2001-11-16 20:15:32 +00:00
parent 6fdd61a568
commit 48027c9c44

View File

@ -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);