We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33595cb commit 0770103Copy full SHA for 0770103
plugins/task/updatenotification/src/Extension/UpdateNotification.php
@@ -255,7 +255,7 @@ private function getEmailReceivers(): array
255
}
256
257
// Make a list of email groups, including Super User Groups
258
- $emailGroups = \array_unique(\array_merge($emailGroups, $superUserGroups));
+ $emailGroups = array_unique(array_merge($emailGroups, $superUserGroups));
259
260
// Get the users of all groups in the emailGroups
261
$usersModel = Factory::getApplication()->bootComponent('com_users')
0 commit comments