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

Correction bug sendDebug

parent 4f037f77
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1411,8 +1411,8 @@ class Siham

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

        if (!empty($exception)) {
            $mail->setSubject('Exception Siham' . ' / ' . $message);