X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fxorg.mailer.inc.php;h=19e64a2cc4bb3236e7bc1e4d33f1ff8f52e475ef;hb=cab0809050d58f8484608e91f7555ebd69dcb451;hp=3a24e0a262851dcf1c90d18c53acd35f5fb9ffed;hpb=796aea3473c82dd49f26d2b67c8dfde76677ff77;p=platal.git diff --git a/include/xorg.mailer.inc.php b/include/xorg.mailer.inc.php index 3a24e0a..19e64a2 100644 --- a/include/xorg.mailer.inc.php +++ b/include/xorg.mailer.inc.php @@ -1,6 +1,6 @@ fetch($this->mail_dir."/".$this->_tpl); + $body = $this->fetch($this->_tpl); $mailer = new HermesMailer(); $mailer->setFrom($this->_from); $mailer->addTo(implode(',',$this->_to));