mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
We all make mistakes :D
git-svn-id: file:///svn/phpbb/trunk@5617 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f02a98c71b
commit
678ea04497
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue