From 31a7162fbaebf5639a4c673ab41b9f1df7be27b3 Mon Sep 17 00:00:00 2001 From: uwetews Date: Thu, 27 Aug 2015 19:26:49 +0200 Subject: [PATCH] - remove double break --- .../smarty_internal_compile_private_special_variable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_compile_private_special_variable.php b/libs/sysplugins/smarty_internal_compile_private_special_variable.php index 96ffe0c8..5b814dca 100644 --- a/libs/sysplugins/smarty_internal_compile_private_special_variable.php +++ b/libs/sysplugins/smarty_internal_compile_private_special_variable.php @@ -69,7 +69,6 @@ class Smarty_Internal_Compile_Private_Special_Variable extends Smarty_Internal_C } $compiled_ref = '$_' . strtoupper($variable); break; - break; case 'template': return 'basename($_smarty_tpl->source->filepath)';