simplify the calendar download

This commit is contained in:
Michael
2021-05-29 17:09:45 +00:00
parent 0b5107a1a5
commit a9302c30c3
3 changed files with 11 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ function events_init(App $a)
DI::page()['aside'] = '';
}
$cal_widget = CalendarExport::getHTML();
$cal_widget = CalendarExport::getHTML(local_user());
DI::page()['aside'] .= $cal_widget;