Minor - missing ";"

pull/2458/head
Julio 8 years ago
parent fd572ef684
commit 39d087eea5
  1. 2
      plugin/bbb/lib/bbb.lib.php

@ -548,7 +548,7 @@ class bbb
); );
$meetingIsRunningInfo = $this->getMeetingInfo($params); $meetingIsRunningInfo = $this->getMeetingInfo($params);
if ($this->debug) { if ($this->debug) {
error_log('Searching meetingId with params:') error_log('Searching meetingId with params:');
error_log(print_r($params, 1)); error_log(print_r($params, 1));
error_log('Result:'); error_log('Result:');
error_log(print_r($meetingIsRunningInfo, 1)); error_log(print_r($meetingIsRunningInfo, 1));

Loading…
Cancel
Save