Skip to content

Commit cce94f0

Browse files
authored
Merge pull request #123 from simonLeary42/patch-4
fix missing argument
2 parents 1073cb3 + 9f3bfd6 commit cce94f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/group_user_request_owner_reminder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use UnityWebPortal\lib\UnityGroup;
1010

1111
$today = time();
12-
$accounts = $LDAP->getAllPIGroups($SQL, $MAILER, $REDIS);
12+
$accounts = $LDAP->getAllPIGroups($SQL, $MAILER, $REDIS, $WEBHOOK);
1313
foreach ($accounts as $pi_group) {
1414
$pi_user = $pi_group->getOwner();
1515
$requests = $pi_group->getRequests();

0 commit comments

Comments
 (0)