Merge commit 'origin/platal-0.9.17'
[platal.git] / modules / marketing.php
index 77ee08d..11a34f9 100644 (file)
@@ -267,7 +267,7 @@ class MarketingModule extends PLModule
             $page->assign('promo', $promo);
 
             if (Post::has('valide')) {
-                S::assert_xstf_token();
+                S::assert_xsrf_token();
                 $email = trim(Post::v('mail'));
 
                 if (!isvalid_email_redirection($email)) {