diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-15 09:14:56 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-15 09:14:56 +0200 |
| commit | 8835408e0d8e85faaa9325d384055572b9d996b0 (patch) | |
| tree | 6b22d44081a1337d1b18e40b3e0ee6e206b5464c /libs/Smarty.class.php | |
| parent | cd28347130a1cf0b9ee1848fed0b57c1b2f8d285 (diff) | |
| download | smarty-8835408e0d8e85faaa9325d384055572b9d996b0.tar.gz smarty-8835408e0d8e85faaa9325d384055572b9d996b0.tar.bz2 smarty-8835408e0d8e85faaa9325d384055572b9d996b0.zip | |
- improvement make Smarty::clearCompiledTemplate() on custom resource independent from changes of templateId computation
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 f9fd353c..ea670e7a 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/22'; + const SMARTY_VERSION = '3.1.31-dev/23'; /** * define variable scopes |
