Skip to content

Commit f1861a3

Browse files
committed
cs
1 parent 2992cb3 commit f1861a3

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
@@ -107,7 +107,7 @@ private function getEmailReceivers($emailGroups): array
107107
// Get the users of all groups in the emailGroups
108108
$usersModel = Factory::getApplication()->bootComponent('com_users')
109109
->getMVCFactory()->createModel('Users', 'Administrator');
110-
110+
111111
$usersModel->setState('filter.groups', $emailGroups);
112112
$usersModel->setState('filter.block', (int) 0);
113113

0 commit comments

Comments
 (0)