MDL-74558 mod_bigbluebuttonbn: Fix deletion error

This commit is contained in:
Shamiso.Jaravaza
2022-10-14 08:59:09 -06:00
parent 24f97edd91
commit b047174996
+1 -1
View File
@@ -162,7 +162,7 @@ function bigbluebuttonbn_delete_instance($id) {
} catch (moodle_exception $e) {
// Do not log any issue when testing.
if (!(defined('PHPUNIT_TEST') && PHPUNIT_TEST) && !defined('BEHAT_SITE_RUNNING')) {
debugging($e->getMessage(), DEBUG_NORMAL, $e->getTrace());
debugging($e->getMessage(), DEBUG_DEVELOPER, $e->getTrace());
}
}
// Get all possible groups (course and course module).