Merge branch 'MDL-80532-403' of https://github.com/paulholden/moodle into MOODLE_403_STABLE

This commit is contained in:
Huong Nguyen
2024-01-22 15:39:11 +07:00
@@ -522,6 +522,7 @@ class main implements renderable, templatable {
$quickstartbutton = new \single_button(
new \moodle_url($quickstarturl, ['lang' => current_language()]),
get_string('viewquickstart', 'block_myoverview'),
'get',
);
$buttons = [$quickstartbutton->export_for_template($output)];
}