Skip to content

Commit 0770103

Browse files
committed
cs
1 parent 33595cb commit 0770103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/task/updatenotification/src/Extension/UpdateNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private function getEmailReceivers(): array
255255
}
256256

257257
// Make a list of email groups, including Super User Groups
258-
$emailGroups = \array_unique(\array_merge($emailGroups, $superUserGroups));
258+
$emailGroups = array_unique(array_merge($emailGroups, $superUserGroups));
259259

260260
// Get the users of all groups in the emailGroups
261261
$usersModel = Factory::getApplication()->bootComponent('com_users')

0 commit comments

Comments
 (0)