diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-05 15:46:24 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2015-05-05 15:46:24 +0200 |
| commit | d7ff1eec4748a9d25af68d055352d86e329c303d (patch) | |
| tree | c77c6f22f281726aa35a9fe95774fd626629fee4 /libs/Smarty.class.php | |
| parent | 914815d438ad7dbc17d572abdc819bf6cdd7e579 (diff) | |
| download | smarty-d7ff1eec4748a9d25af68d055352d86e329c303d.tar.gz smarty-d7ff1eec4748a9d25af68d055352d86e329c303d.tar.bz2 smarty-d7ff1eec4748a9d25af68d055352d86e329c303d.zip | |
- optimization on cache update when main template is modified
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 bb1d658f..8c41f7ad 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase /** * smarty version */ - const SMARTY_VERSION = '3.1.22-dev/24'; + const SMARTY_VERSION = '3.1.22-dev/25'; /** * define variable scopes |
