diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-10-19 20:43:17 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-10-19 20:43:17 +0200 |
| commit | 34e5739fc11fc3f4c0dd07e775416c9fc984b5ed (patch) | |
| tree | 46234e8186ac427b83e9f2f7092f9113bdfd53bc /libs/Smarty.class.php | |
| parent | 80a024f44efdcc307dedbfdbb63243e718660fdb (diff) | |
| download | smarty-34e5739fc11fc3f4c0dd07e775416c9fc984b5ed.tar.gz smarty-34e5739fc11fc3f4c0dd07e775416c9fc984b5ed.tar.bz2 smarty-34e5739fc11fc3f4c0dd07e775416c9fc984b5ed.zip | |
- bugfix {make_nocache $var} remove spaces from variable value https://github.com/smarty-php/smarty/issues/304
Diffstat (limited to 'libs/Smarty.class.php')
| -rw-r--r-- | libs/Smarty.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 239f3c4b..0459030f 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -114,7 +114,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.31-dev/35'; + const SMARTY_VERSION = '3.1.31-dev/36'; /** * define variable scopes |
