This commit is contained in:
Huong Nguyen 2024-01-22 15:38:51 +07:00
commit f888a1200f

View File

@ -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)];
}