mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
fix typo
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
ab01402599
commit
8ed004d6ae
@ -776,11 +776,11 @@ class Manager implements IManager {
|
||||
try {
|
||||
$failedRecipients = $this->mailer->send($message);
|
||||
if(!empty($failedRecipients)) {
|
||||
$this->logger->error('Share notification mail could not be send to: ' . implode(', ', $failedRecipients));
|
||||
$this->logger->error('Share notification mail could not be sent to: ' . implode(', ', $failedRecipients));
|
||||
return false;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
$this->logger->logException($e, ['message' => 'Share notification mail could not be send']);
|
||||
$this->logger->logException($e, ['message' => 'Share notification mail could not be sent']);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user