Merge branch 'MDL-74362-master' of https://github.com/sharidas/moodle

This commit is contained in:
Jake Dallimore
2022-04-05 11:50:25 +08:00
+1
View File
@@ -301,6 +301,7 @@ class core_admin_renderer extends plugin_renderer_base {
$output = '';
$output .= $this->header();
$output .= $this->output->heading(get_string('notifications', 'admin'));
$output .= $this->maturity_info($maturity);
$output .= $this->legacy_log_store_writing_error();
$output .= empty($CFG->disableupdatenotifications) ? $this->available_updates($availableupdates, $availableupdatesfetch) : '';