- bugfix missig entry for smarty-temmplate-config in autoloader

This commit is contained in:
Uwe Tews
2015-05-12 03:07:24 +02:00
parent 6deb3cee7c
commit b4792df08a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
 ===== 3.1.23-dev ===== (xx.xx.2015)  ===== 3.1.23-dev ===== (xx.xx.2015)
12.05.2015 12.05.2015
- bugfix of smaller performance issue introduce in 3.1.22 when caching is enabled - bugfix of smaller performance issue introduce in 3.1.22 when caching is enabled
- bugfix missig entry for smarty-temmplate-config in autoloader
===== 3.1.22 ===== (10.05.2015) ===== 3.1.22 ===== (10.05.2015)
10.05.2015 10.05.2015

View File

@@ -60,6 +60,7 @@ class Smarty_Autoloader
'smarty_template_source' => true, 'smarty_template_source' => true,
'smarty_template_compiled' => true, 'smarty_template_compiled' => true,
'smarty_template_cached' => true, 'smarty_template_cached' => true,
'smarty_template_config' => true,
'smarty_data' => true, 'smarty_data' => true,
'smarty_variable' => true, 'smarty_variable' => true,
'smarty_undefined_variable' => true, 'smarty_undefined_variable' => true,