Merge commit 'origin/platal-0.9.17'
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 27 Jul 2008 20:01:53 +0000 (22:01 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 27 Jul 2008 20:01:53 +0000 (22:01 +0200)
Conflicts:

modules/marketing.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
1  2 
modules/marketing.php

@@@ -267,7 -267,9 +267,7 @@@ class MarketingModule extends PLModul
              $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'));
  
                  if (!isvalid_email_redirection($email)) {