mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Merge branch 'MDL-78165-master' of https://github.com/andrewnicols/moodle
This commit is contained in:
commit
750d1c1130
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue