X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fmarketing.php;h=96b2cf207bf0e61a9b8830abb4cc16ab3be10208;hb=78a47eb456adb9dec306b7de02391956f98a239c;hp=b8784783d9ac2eb8e42320ffb2ab12cdf1deee3c;hpb=853ff307303faf861396c4e22dbaa56114366751;p=platal.git diff --git a/modules/marketing.php b/modules/marketing.php index b878478..96b2cf2 100644 --- a/modules/marketing.php +++ b/modules/marketing.php @@ -243,7 +243,6 @@ class MarketingModule extends PLModule $page->trigError("Il faut que tu ajoutes un commentaire à ta proposition pour justifier le " . "besoin de changer la redirection de {$user->fullName()}."); } else { - require_once 'validations.inc.php'; $valid = new BrokenReq(S::user(), $user, $email, trim(Post::v('comment'))); $valid->submit(); $page->assign('sent', true);