Skip to content

Commit

Permalink
fix broken broken bbb lib for missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
juancpbinario committed May 23, 2023
1 parent 65972fc commit b9b11f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bbb/lib/bbb.lib.php
Expand Up @@ -918,7 +918,7 @@ public function getMeetingByName($meetingName)
'where' => array(
'c_id = ? AND session_id = ? AND meeting_name = ? AND status = 1' =>
array($courseId, $sessionId, $meetingName),
);
));

if ($this->hasGroupSupport()) {
$groupId = api_get_group_id();
Expand Down

0 comments on commit b9b11f9

Please sign in to comment.