Skip to content

Commit

Permalink
Fix series check during scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis531 committed Jan 13, 2025
1 parent facfc0b commit 07ecaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Models/SeminarSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private static function checkSeries($course_id, $series_id)
$series_client->setACL($series_id, $new_acl);
}

return $series[$series_id];
return (bool) $series;
}

public static function getMissingSeries($course_id)
Expand Down

0 comments on commit 07ecaeb

Please sign in to comment.