mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:04:23 +02:00
spelling: occurred
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c4ab2e41cd
commit
167a1c4a0d
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@ class Email
|
||||||
|
|
||||||
$errors = imap_errors();
|
$errors = imap_errors();
|
||||||
if (!empty($errors)) {
|
if (!empty($errors)) {
|
||||||
Logger::notice('IMAP Errors occured', ['errors' => $errors]);
|
Logger::notice('IMAP Errors occurred', ['errors' => $errors]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$alerts = imap_alerts();
|
$alerts = imap_alerts();
|
||||||
if (!empty($alerts)) {
|
if (!empty($alerts)) {
|
||||||
Logger::notice('IMAP Alerts occured: ', ['alerts' => $alerts]);
|
Logger::notice('IMAP Alerts occurred: ', ['alerts' => $alerts]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $mbox;
|
return $mbox;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue