Merge branch 'MDL-72355-master' of git://github.com/mickhawkins/moodle

This commit is contained in:
Adrian Greeve 2021-10-04 10:35:26 +08:00
commit 7a1b3e0f2c
7 changed files with 27 additions and 45 deletions

View file

@ -64,7 +64,6 @@ class block_calendar_month extends block_base {
}
$options = [
'showexportlink' => false,
'showfullcalendarlink' => true
];
list($footerdata, $footertemplate) = calendar_get_footer_options($calendar, $options);