Skip to content

Commit 2b8bcd3

Browse files
committed
cs
1 parent f1861a3 commit 2b8bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function sendNotification($type, $oldVersion): void
5050
$emailGroups = $params->get('automated_updates_email_groups', 8, 'array');
5151

5252
// If the emailGroups is not an array, convert it to an array
53-
if (!is_array($emailGroups)) {
53+
if (!\is_array($emailGroups)) {
5454
$emailGroups = ArrayHelper::toInteger(explode(',', $emailGroups));
5555
}
5656

0 commit comments

Comments
 (0)