mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Compile things like {$FOO} again.
git-svn-id: file:///svn/phpbb/trunk@8741 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c002c468c4
commit
b3e2250391
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if (!defined('IN_PHPBB'))
|
|||
*/
|
||||
class template_filter extends php_user_filter
|
||||
{
|
||||
private $regex = '~<!-- ([A-Z][A-Z_0-9]+)(?: (.*?) ?)?-->|{((?:[a-z][a-z_0-9]+\.)*[A-Z][A-Z_0-9]+)}~';
|
||||
private $regex = '~<!-- ([A-Z][A-Z_0-9]+)(?: (.*?) ?)?-->|{((?:[a-z][a-z_0-9]+\.)*\\$?[A-Z][A-Z_0-9]+)}~';
|
||||
private $blocks = array();
|
||||
|
||||
private $block_names = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue