fix indention

This commit is contained in:
Uwe Steinmann 2021-09-09 08:17:28 +02:00
parent fc19df6b71
commit 4a5426a180

View File

@ -221,7 +221,7 @@ class SeedDMS_EmailNotify extends SeedDMS_Notify {
$ret = $queueService->queueMailJob($mail_params, $to, $hdrs, getMLText($subject, $params, "", $lang), $message);
if($ret !== null)
return $ret;
}
}
}
}
$result = $mail->send($to, $hdrs, $message);