Merge pull request #4717 from contidos-dixitais/1.11.x_contidos-dixitais_fix_broken_bbb_lib

Plugin BBB: Fix bug that breaks bbb.lib.php library
pull/4718/head
Nicolas Ducoulombier 2 years ago committed by GitHub
commit 03623e07e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugin/bbb/lib/bbb.lib.php

@ -918,7 +918,7 @@ class bbb
'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();

Loading…
Cancel
Save