1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 14:17:56 +02:00

This fixes the error that I though I fixed in the last commit ... doh

git-svn-id: file:///svn/phpbb/trunk@298 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-05-15 01:22:14 +00:00
parent 8e1f0cf096
commit d548bbeb2b

View File

@ -198,7 +198,7 @@ function init_userprefs($userdata)
}
else
{
include('language/lang_english'.$phpEx);
include('language/lang_english.'.$phpEx);
}
return;