mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/10392] Missed fix for S_BLOCK_NAME.
PHPBB3-10392
This commit is contained in:
parent
0f589d9ce4
commit
02a24e2439
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ class phpbb_template_filter extends php_user_filter
|
|||
break;
|
||||
|
||||
case 'S_BLOCK_NAME':
|
||||
$varref = "'$namespace'";
|
||||
$varref = "'$local_namespace'";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue