Skip to content

Commit

Permalink
Forgot period.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnOLane committed Jul 15, 2024
1 parent ee5d4f0 commit 17842c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ function zoom_get_selectable_alternative_hosts_list(context $context) {
// At least, Zoom does not care if the user who is the host adds himself as alternative host as well.
// Verify that the user really has a Zoom account.
// Furthermore, verify that the user's status is active.
// Adding a pending or inactive user as alternative host will result in a Zoom API error otherwise
// Adding a pending or inactive user as alternative host will result in a Zoom API error otherwise.
$zoomuser = zoom_get_user($u->email);
if ($zoomuser !== false && $zoomuser->status === 'active') {
// Add user to array of users.
Expand Down

0 comments on commit 17842c3

Please sign in to comment.