X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fcron%2Fnotifs.send.php;h=86ddc68567005f0f64bdfe86317052e308a1fdfa;hb=c974e61c78efb98c0cbe81aa78bfdc47f3c31ead;hp=9ffed230c5c013f9515089aba57c4faa12c79ffd;hpb=0d624b5ef5b900eea2cf5210b219dc4810fd20af;p=platal.git diff --git a/bin/cron/notifs.send.php b/bin/cron/notifs.send.php index 9ffed23..86ddc68 100755 --- a/bin/cron/notifs.send.php +++ b/bin/cron/notifs.send.php @@ -26,9 +26,9 @@ require_once("../../include/notifs.inc.php"); $all = new AllNotifs(); -$mailer = new PlMailer('carnet/mail.notif.tpl'); +$mailer = new PlMailer('carnet/notif.mail.tpl'); foreach ($all->_data as $u) { - $mailer = new PlMailer('carnet/mail.notif.tpl'); + $mailer = new PlMailer('carnet/notif.mail.tpl'); $mailer->assign('u', $u); $mailer->assign('week', date("W - Y")); $mailer->assign('cats', $all->_cats);