From 6b9921baaeda9902068374ff8a0083e16dd7b64c Mon Sep 17 00:00:00 2001 From: "uwe.tews@googlemail.com" Date: Thu, 18 Nov 2010 00:18:57 +0000 Subject: [PATCH] --- libs/sysplugins/smarty_internal_compile_block.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_compile_block.php b/libs/sysplugins/smarty_internal_compile_block.php index b3e18de7..7f622165 100644 --- a/libs/sysplugins/smarty_internal_compile_block.php +++ b/libs/sysplugins/smarty_internal_compile_block.php @@ -167,7 +167,6 @@ class Smarty_Internal_Compile_Blockclose extends Smarty_Internal_CompileBase { $_attr = $this->_get_attributes($args); $saved_data = $this->_close_tag(array('block')); $_name = trim($saved_data[0]['name'], "\"'"); - var_dump($_name); if (isset($compiler->template->block_data[$_name]) && !isset($compiler->template->block_data[$_name]['compiled'])) { $_output = Smarty_Internal_Compile_Block::compileChildBlock($compiler, $_name); } else {