Skip to content

Commit 9254814

Browse files
committed
Internal: #fix error with course creation when admin notification is on - refs BT#22518
1 parent d622cc0 commit 9254814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/main/inc/lib/add_course.lib.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,9 +953,9 @@ public static function register_course(array $params): ?Course
953953
$message,
954954
$siteName,
955955
$recipient_email,
956-
null,
957-
null,
958-
null
956+
[],
957+
[],
958+
false
959959
);
960960
}
961961
}

0 commit comments

Comments
 (0)