- remove double break

This commit is contained in:
uwetews
2015-08-27 19:26:49 +02:00
parent 3ba86e8d91
commit 31a7162fba

View File

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