aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index fbbfa08e32..7777bc3a6f 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -198,7 +198,7 @@ function init_userprefs($userdata)
}
else
{
- include('language/lang_english'.$phpEx);
+ include('language/lang_english.'.$phpEx);
}
return;