mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 03:29:23 +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:
parent
8e1f0cf096
commit
d548bbeb2b
@ -198,7 +198,7 @@ function init_userprefs($userdata)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
include('language/lang_english'.$phpEx);
|
include('language/lang_english.'.$phpEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user