Skip to content

Commit 0ef0055

Browse files
committed
cs
1 parent f018516 commit 0ef0055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

administrator/components/com_joomlaupdate/src/Model/NotificationModel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public function sendNotification($type, $oldVersion): void
5353
if (!\is_array($emailGroups)) {
5454
$emailGroups = ArrayHelper::toInteger(explode(',', $emailGroups));
5555
}
56-
57-
// Get all users in these groups who can receive emails
56+
57+
// Get all users in these groups who can receive emails
5858
$emailReceivers = $this->getEmailReceivers($emailGroups);
5959

6060
// If no email receivers are found, we do not send any notification
@@ -101,7 +101,7 @@ private function getEmailReceivers($emailGroups): array
101101
if (empty($emailGroups)) {
102102
return [];
103103
}
104-
104+
105105
$emailReceivers = [];
106106

107107
// Get the users of all groups in the emailGroups

0 commit comments

Comments
 (0)