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 2992cb3 commit f1861a3Copy full SHA for f1861a3
administrator/components/com_joomlaupdate/src/Model/NotificationModel.php
@@ -107,7 +107,7 @@ private function getEmailReceivers($emailGroups): array
107
// Get the users of all groups in the emailGroups
108
$usersModel = Factory::getApplication()->bootComponent('com_users')
109
->getMVCFactory()->createModel('Users', 'Administrator');
110
-
+
111
$usersModel->setState('filter.groups', $emailGroups);
112
$usersModel->setState('filter.block', (int) 0);
113
0 commit comments