mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
[ticket/10392] Missed fix for S_BLOCK_NAME.
PHPBB3-10392
This commit is contained in:
@ -898,7 +898,7 @@ class phpbb_template_filter extends php_user_filter
|
||||
break;
|
||||
|
||||
case 'S_BLOCK_NAME':
|
||||
$varref = "'$namespace'";
|
||||
$varref = "'$local_namespace'";
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user