diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-15 01:22:14 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-15 01:22:14 +0000 |
commit | d548bbeb2bb17c010ce0e0888cb66891b532e6d4 (patch) | |
tree | 1461e6d8dbeb75cc7447d8ff1497520767e253f8 /phpBB/includes/functions.php | |
parent | 8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf (diff) | |
download | forums-d548bbeb2bb17c010ce0e0888cb66891b532e6d4.tar forums-d548bbeb2bb17c010ce0e0888cb66891b532e6d4.tar.gz forums-d548bbeb2bb17c010ce0e0888cb66891b532e6d4.tar.bz2 forums-d548bbeb2bb17c010ce0e0888cb66891b532e6d4.tar.xz forums-d548bbeb2bb17c010ce0e0888cb66891b532e6d4.zip |
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
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
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; |