mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
[ticket/11812] Fix empty define
PHPBB3-11812
This commit is contained in:
@@ -14,3 +14,5 @@ $VALUE == 'abc'
|
||||
{$VALUE}
|
||||
<!-- DEFINE $VALUE = 'test!@#$%^&*()_-=+{}[]:;",<.>/?' -->
|
||||
{$VALUE}
|
||||
<!-- DEFINE $VALUE = '' -->
|
||||
[{$VALUE}]
|
||||
|
Reference in New Issue
Block a user