1
0
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:
Chris Smith 2011-09-27 00:50:53 +01:00
parent 0f589d9ce4
commit 02a24e2439

View File

@ -898,7 +898,7 @@ class phpbb_template_filter extends php_user_filter
break;
case 'S_BLOCK_NAME':
$varref = "'$namespace'";
$varref = "'$local_namespace'";
break;
default: