diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-10-27 05:42:17 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-10-27 05:42:17 +0200 |
| commit | 2d2be8f57ffdb5bbf567feaaf35dc4e7d0a42938 (patch) | |
| tree | 9e21c9e8c4c2860d51253d8aa17a4411150d9528 /libs/sysplugins/smarty_internal_template.php | |
| parent | 98efe22e02bab7e363c1089ff2f3faffe6b30f21 (diff) | |
| download | smarty-2d2be8f57ffdb5bbf567feaaf35dc4e7d0a42938.tar.gz smarty-2d2be8f57ffdb5bbf567feaaf35dc4e7d0a42938.tar.bz2 smarty-2d2be8f57ffdb5bbf567feaaf35dc4e7d0a42938.zip | |
- bugfix template function definitions array has not been cached between Smarty::fetch() and Smarty::display() calls
https://github.com/smarty-php/smarty/issues/301
Diffstat (limited to 'libs/sysplugins/smarty_internal_template.php')
| -rw-r--r-- | libs/sysplugins/smarty_internal_template.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/sysplugins/smarty_internal_template.php b/libs/sysplugins/smarty_internal_template.php index 0efcd698..5096eee3 100644 --- a/libs/sysplugins/smarty_internal_template.php +++ b/libs/sysplugins/smarty_internal_template.php @@ -82,13 +82,6 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase public $scope = 0; /** - * Array of source information for known template functions - * - * @var array - */ - public $tplFunctions = array(); - - /** * Flag which is set while rending a cache file * * @var bool |
