aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-10 00:24:46 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-10 00:24:46 +0000
commit678ea0449783897eff7b8572ad55f8c9ffe18895 (patch)
tree3d000355f5471d665d011005e7c36376d3052fe9 /phpBB/includes/functions_template.php
parentf02a98c71bef717e40f58c6d5f18bd466140b9eb (diff)
downloadforums-678ea0449783897eff7b8572ad55f8c9ffe18895.tar
forums-678ea0449783897eff7b8572ad55f8c9ffe18895.tar.gz
forums-678ea0449783897eff7b8572ad55f8c9ffe18895.tar.bz2
forums-678ea0449783897eff7b8572ad55f8c9ffe18895.tar.xz
forums-678ea0449783897eff7b8572ad55f8c9ffe18895.zip
We all make mistakes :D
git-svn-id: file:///svn/phpbb/trunk@5617 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r--phpBB/includes/functions_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php
index 05e1d5e2b6..96d0bf740b 100644
--- a/phpBB/includes/functions_template.php
+++ b/phpBB/includes/functions_template.php
@@ -473,7 +473,7 @@ class template_compile
{
preg_match('#true|false|\.#i', $match[4], $type);
- switch (strtolower($type[1]))
+ switch (strtolower($type[0]))
{
case 'true':
case 'false':