typo
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Mon, 27 Dec 2004 20:45:14 +0000 (20:45 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:54 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-150

htdocs/listes/moderate.php

index c3fe0bf..3c7c9be 100644 (file)
@@ -74,7 +74,7 @@ if(Env::has('mid')) {
                 ."    Sujet : « {$mail['subj']} »\n"
                 ."    Date  : ".strftime("le %d %b %Y à %H:%M:%S", (int)$mail['stamp'])."\n\n"
                 .$append;
-        require_once('diogenes.hernes.inc.php');
+        require_once('diogenes.hermes.inc.php');
         $mailer = new HermesMailer();
         $mailer->addTo("$liste-owner@{$globals->mail->domain}");
         $mailer->setFrom("$liste-bounces@{$globals->mail->domain}");