diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-10-19 19:35:58 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-10-19 19:35:58 +0200 |
| commit | 80a024f44efdcc307dedbfdbb63243e718660fdb (patch) | |
| tree | b617444ff6f80dc95dc91788fa3d69d6dc72f244 /libs/Smarty.class.php | |
| parent | f3e0e01266f2e05ea539aeef36e845f5718fc2fc (diff) | |
| download | smarty-80a024f44efdcc307dedbfdbb63243e718660fdb.tar.gz smarty-80a024f44efdcc307dedbfdbb63243e718660fdb.tar.bz2 smarty-80a024f44efdcc307dedbfdbb63243e718660fdb.zip | |
- bugfix {make_nocache $var} did fail when variable value did contain '\' https://github.com/smarty-php/smarty/issues/305
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 68fcd04d..239f3c4b 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/34'; + const SMARTY_VERSION = '3.1.31-dev/35'; /** * define variable scopes |
