From 0e74c796a2ddfaf6bbb12141b844fe35f846409d Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 13 Sep 2004 16:11:04 +0000 Subject: [PATCH] fixed typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 75c4d312..e0000893 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Version 2.6.5 (Sept 13, 2004) - fixed some parsing problems with object calls introduced in 2.6.4 (Monte) - add $smarty->security_settings['ALLOW_CONSTANTS']. note: this - defaults to false which means you have to allow them explicitely + defaults to false which means you have to allow them explicitly in your secured templates from now on! (messju) Version 2.6.4 (Sept 7, 2004)