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

@@ -84,7 +84,7 @@ function cal_init(App $a)
'$about' => BBCode::convert($a->profile['about']),
]);
$cal_widget = Widget\CalendarExport::getHTML();
$cal_widget = Widget\CalendarExport::getHTML($user['uid']);
if (empty(DI::page()['aside'])) {
DI::page()['aside'] = '';