Merge branch 'MDL-78165-402' of https://github.com/andrewnicols/moodle into MOODLE_402_STABLE

This commit is contained in:
Sara Arjona
2023-06-15 10:17:05 +02:00
@@ -105,7 +105,7 @@ class view_page implements renderable, templatable {
$templatedata->recordingwarnings = [];
$check = new cronrunning();
$result = $check->get_result();
if ($result->status != result::OK && $this->instance->is_moderator()) {
if ($result->get_status() != result::OK && $this->instance->is_moderator()) {
$templatedata->recordingwarnings[] = (new notification(
get_string('view_message_cron_disabled', 'mod_bigbluebuttonbn',
$result->get_summary()),