X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fmarketing.inc.php;h=18a3fe999f71db8926b76d03a5d08b265e4a51fe;hb=7d5c0b6878233e6009c6d765183591eefb6294d2;hp=a6948acaaabfc73c156e65f2e27219957d43ac5c;hpb=ed92ea696e042eb9b2d0efcc4731fdf89fb17924;p=platal.git diff --git a/include/marketing.inc.php b/include/marketing.inc.php index a6948ac..18a3fe9 100644 --- a/include/marketing.inc.php +++ b/include/marketing.inc.php @@ -135,7 +135,6 @@ class Marketing $this->type, $this->data, $this->personal_notes); $this->engine->process($this->user); if ($valid) { - require_once 'validations.inc.php'; $sender = User::getSilent($this->sender); $valid = new MarkReq($sender, $this->user['user'], $this->user['mail'], $this->from == 'user', $this->type, $this->data, $this->personal_notes);