Commit fd3e87d7 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Ajout param pour le setFrom du debug

parent 5855e032
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1411,7 +1411,7 @@ class Siham

        $mail = new Message();
        $mail->setBody($body);
        $mail->setFrom($config['debug']['from']);
        $mail->setFrom($config['debug']['from'], 'Application OSE');
        $mail->addTo($config['debug']['from']);

        if (!empty($exception)) {