From 92478d0e4f0354507ae709d4d25f094f30a95ab8 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 29 Jan 2015 13:15:44 +0100 Subject: [PATCH] smarty: Fix typo Signed-off-by: Stefan Weil --- lib/classes/Smarty-3.1.21/change_log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/Smarty-3.1.21/change_log.txt b/lib/classes/Smarty-3.1.21/change_log.txt index d0231b4a..c1ad7dad 100644 --- a/lib/classes/Smarty-3.1.21/change_log.txt +++ b/lib/classes/Smarty-3.1.21/change_log.txt @@ -1955,7 +1955,7 @@ NOTICE: existing compiled template and cache files must be deleted 09/01/2009 - dropped nl2br as plugin - added '<>' as comparission operator in {if} tags -- cached caching_lifetime property to cache_liftime for backward compatibility with Smarty2. +- cached caching_lifetime property to cache_lifetime for backward compatibility with Smarty2. {include} optional attribute is also now cache_lifetime - fixed trigger_error method (moved into Smarty class) - version is now Beta!!!