aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-15 01:22:14 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-15 01:22:14 +0000
commitd548bbeb2bb17c010ce0e0888cb66891b532e6d4 (patch)
tree1461e6d8dbeb75cc7447d8ff1497520767e253f8 /phpBB/includes/functions.php
parent8e1f0cf096f18a10bf9e3d6d17beaa984e4ab2cf (diff)
downloadforums-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.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;