Merge branch 'MDL-80532-403' of https://github.com/paulholden/moodle into MOODLE_403_STABLE
This commit is contained in:
@@ -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)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user