From d548bbeb2bb17c010ce0e0888cb66891b532e6d4 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 15 May 2001 01:22:14 +0000 Subject: [PATCH] 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 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;