diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2011-09-19 23:58:52 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2011-09-19 23:58:52 +0000 |
| commit | 29a7600b747c29187ac29f8695ac84504c09137f (patch) | |
| tree | 504a81427ac384cb23473aa63fe0e3f6aa91fcec /libs/sysplugins/smarty_internal_resource_extends.php | |
| parent | c8eb5d078ab40cb343bc1c834ea2690d993a9e76 (diff) | |
| download | smarty-29a7600b747c29187ac29f8695ac84504c09137f.tar.gz smarty-29a7600b747c29187ac29f8695ac84504c09137f.tar.bz2 smarty-29a7600b747c29187ac29f8695ac84504c09137f.zip | |
- bugfix removed debug echo output while compiling template inheritance
Diffstat (limited to 'libs/sysplugins/smarty_internal_resource_extends.php')
| -rw-r--r-- | libs/sysplugins/smarty_internal_resource_extends.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/sysplugins/smarty_internal_resource_extends.php b/libs/sysplugins/smarty_internal_resource_extends.php index 23aee5dd..53ea3ebc 100644 --- a/libs/sysplugins/smarty_internal_resource_extends.php +++ b/libs/sysplugins/smarty_internal_resource_extends.php @@ -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; } |
