- improvement do not compute total property in {foreach} if not needed https://github.com/smarty-php/smarty/issues/443

This commit is contained in:
Uwe Tews
2018-05-17 06:27:35 +02:00
parent 115e178884
commit 514d99beaa
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.33-dev-2';
const SMARTY_VERSION = '3.1.33-dev-3';
/**
* define variable scopes
*/