From 92e00e501f5138c704efafdefe60df60dc7067f7 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 25 Jul 2008 09:44:24 +0200 Subject: [PATCH] Typo Signed-off-by: Florent Bruneau --- modules/marketing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/marketing.php b/modules/marketing.php index bb7bb0f..b40c90a 100644 --- a/modules/marketing.php +++ b/modules/marketing.php @@ -267,7 +267,7 @@ class MarketingModule extends PLModule $page->assign('promo', $promo); if (Post::has('valide')) { - S::assert_xstf_token(); + S::assert_xsrf_token(); require_once('xorg.misc.inc.php'); $email = trim(Post::v('mail')); -- 2.1.4