From d78f7e97f2047162055861d697bf0c534dc83cbf Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 11 Jun 2001 14:33:47 +0000 Subject: [PATCH] Version variable typo. --- Smarty.class.php | 6 +++--- libs/Smarty.class.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Smarty.class.php b/Smarty.class.php index 7d2d5908..636cc24c 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -504,7 +504,7 @@ class Smarty extract($this->_tpl_vars); if ($this->show_info_header) { - $info_header = ''."\n\n"; + $info_header = ''."\n\n"; } else { $info_header = ""; } @@ -690,8 +690,8 @@ class Smarty $smarty_compiler->right_delimiter = $this->right_delimiter; $smarty_compiler->custom_funcs = $this->custom_funcs; $smarty_compiler->custom_mods = $this->custom_mods; - $smarty_compiler->version = $this->version; - $smarty_compiler->prefilter_funcs = $this->prefilter_funcs; + $smarty_compiler->_version = $this->_version; + $smarty_compiler->prefilter_funcs = $this->prefilter_funcs; $smarty_compiler->compiler_funcs = $this->compiler_funcs; if ($smarty_compiler->_compile_file($tpl_file, $template_source, $template_compiled)) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 7d2d5908..636cc24c 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -504,7 +504,7 @@ class Smarty extract($this->_tpl_vars); if ($this->show_info_header) { - $info_header = ''."\n\n"; + $info_header = ''."\n\n"; } else { $info_header = ""; } @@ -690,8 +690,8 @@ class Smarty $smarty_compiler->right_delimiter = $this->right_delimiter; $smarty_compiler->custom_funcs = $this->custom_funcs; $smarty_compiler->custom_mods = $this->custom_mods; - $smarty_compiler->version = $this->version; - $smarty_compiler->prefilter_funcs = $this->prefilter_funcs; + $smarty_compiler->_version = $this->_version; + $smarty_compiler->prefilter_funcs = $this->prefilter_funcs; $smarty_compiler->compiler_funcs = $this->compiler_funcs; if ($smarty_compiler->_compile_file($tpl_file, $template_source, $template_compiled))