[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: