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)';