summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_make_nocache.php
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@gmail.com>2017-11-20 04:07:51 +0100
committerUwe Tews <uwe.tews@gmail.com>2017-11-20 04:07:51 +0100
commit96fd914cc1626d1da26471a047d823c8b5d1ebc2 (patch)
tree04082b6e09cb176749cf6889e6521f48cfc8d353 /libs/sysplugins/smarty_internal_compile_make_nocache.php
parent654659aadf7575f9437911602064f8440910a1a0 (diff)
downloadsmarty-96fd914cc1626d1da26471a047d823c8b5d1ebc2.tar.gz
smarty-96fd914cc1626d1da26471a047d823c8b5d1ebc2.tar.bz2
smarty-96fd914cc1626d1da26471a047d823c8b5d1ebc2.zip
bugfix rework of newline spacing between tag code and template text.
now again identical with Smarty2 (forum topic 26878)
Diffstat (limited to 'libs/sysplugins/smarty_internal_compile_make_nocache.php')
-rw-r--r--libs/sysplugins/smarty_internal_compile_make_nocache.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/sysplugins/smarty_internal_compile_make_nocache.php b/libs/sysplugins/smarty_internal_compile_make_nocache.php
index 84225b5d..f793ecbb 100644
--- a/libs/sysplugins/smarty_internal_compile_make_nocache.php
+++ b/libs/sysplugins/smarty_internal_compile_make_nocache.php
@@ -52,7 +52,6 @@ class Smarty_Internal_Compile_Make_Nocache extends Smarty_Internal_CompileBase
$_attr = $this->getAttributes($compiler, $args);
if ($compiler->template->caching) {
$output = "<?php \$_smarty_tpl->smarty->ext->_make_nocache->save(\$_smarty_tpl, {$_attr[ 'var' ]});\n?>\n";
- $compiler->has_code = true;
$compiler->template->compiled->has_nocache_code = true;
$compiler->suppressNocacheProcessing = true;
return $output;