- bugfix removed debug echo output while compiling template inheritance

This commit is contained in:
uwe.tews@googlemail.com
2011-09-19 23:58:52 +00:00
parent c8eb5d078a
commit 29a7600b74
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
===== Smarty 3.1 trunk =====
20.09.2011
- bugfix removed debug echo output while compiling template inheritance
19.09.2011
- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261
- bugfix output filter shall not run on included subtemplates

View File

@@ -81,7 +81,6 @@ class Smarty_Internal_Compile_Extends extends Smarty_Internal_CompileBase {
$_end = 0;
$_level = 1;
if (substr($_result[0][$_start][0],0,strlen($compiler->smarty->left_delimiter)+1) == $compiler->smarty->left_delimiter.'*') {
echo 'lll';
$_start++;
continue;
}

View File

@@ -108,7 +108,6 @@ class Smarty_Internal_Resource_Extends extends Smarty_Resource {
$_end = 0;
$_level = 1;
if (substr($_result[0][$_start][0],0,strlen($source->smarty->left_delimiter)+1) == $source->smarty->left_delimiter.'*') {
echo 'lll';
$_start++;
continue;
}