From: Florent Bruneau Date: Fri, 25 Jul 2008 07:44:24 +0000 (+0200) Subject: Typo X-Git-Tag: xorg/0.9.17~22 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=92e00e501f5138c704efafdefe60df60dc7067f7;p=platal.git Typo Signed-off-by: Florent Bruneau --- 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'));