Skip to content
Snippets Groups Projects
Unverified Commit 8fdbb31e authored by David Beniamine's avatar David Beniamine
Browse files

fix typo

parent 98b0aa57
Branches
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ sub do_sendmail($$){ ...@@ -221,7 +221,7 @@ sub do_sendmail($$){
$msg->send; $msg->send;
$Logger->info("Etat envoyé par email"); $Logger->info("Etat envoyé par email");
}catch{ }catch{
$Loggger->alert("Echec lors de l'envoi du mail: '$_'"); $Logger->alert("Echec lors de l'envoi du mail: '$_'");
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment