Commit 69786dde authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction bug sendDebug

parent fd3e87d7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1412,7 +1412,7 @@ class Siham
        $mail = new Message();
        $mail->setBody($body);
        $mail->setFrom($config['debug']['from'], 'Application OSE');
        $mail->addTo($config['debug']['from']);
        $mail->addTo($config['debug']['to']);

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