X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=2bbf4e6a3b10de0422645d97968429d2083ee25a;hb=452ed8aa8c040f683547e2635af8c9f16c450bd6;hp=85976f8f878a2130f60506e22b2d90c02cd3b1b3;hpb=61a53af48b55ca00ad47a81f0d0697cb6c702762;p=friendica.git diff --git a/mod/events.php b/mod/events.php index 85976f8f87..2bbf4e6a3b 100644 --- a/mod/events.php +++ b/mod/events.php @@ -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;