mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
8e1f0cf096
commit
d548bbeb2b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ function init_userprefs($userdata)
|
|||
}
|
||||
else
|
||||
{
|
||||
include('language/lang_english'.$phpEx);
|
||||
include('language/lang_english.'.$phpEx);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue