From 02a24e2439a0ae4c23c94a2aacc0fb407d2ccc0f Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 27 Sep 2011 00:50:53 +0100 Subject: [PATCH] [ticket/10392] Missed fix for S_BLOCK_NAME. PHPBB3-10392 --- phpBB/includes/template/filter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php index 1c8b45307c..b6b9a2963e 100644 --- a/phpBB/includes/template/filter.php +++ b/phpBB/includes/template/filter.php @@ -898,7 +898,7 @@ class phpbb_template_filter extends php_user_filter break; case 'S_BLOCK_NAME': - $varref = "'$namespace'"; + $varref = "'$local_namespace'"; break; default: