mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- bugfix missig entry for smarty-temmplate-config in autoloader
This commit is contained in:
@@ -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
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user