mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-15 20:17:36 +02:00
[ticket/10392] Missed fix for S_BLOCK_NAME.
PHPBB3-10392
This commit is contained in:
parent
0f589d9ce4
commit
02a24e2439
@ -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…
x
Reference in New Issue
Block a user