X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=85976f8f878a2130f60506e22b2d90c02cd3b1b3;hb=a69e128fe4d202296582f3810239ebc4635d8b6a;hp=291535df34b6d15f3bf2060a0b7e60766e1b76d9;hpb=0668b2dfd57a1b246d179c13978a14308b6b23ef;p=friendica.git diff --git a/mod/events.php b/mod/events.php index 291535df34..85976f8f87 100644 --- a/mod/events.php +++ b/mod/events.php @@ -1,6 +1,6 @@ redirect('events'); @@ -489,7 +489,7 @@ function events_content(App $a) $fdt = $orig_event['finish'] ?? 'now'; $tz = date_default_timezone_get(); - if (!empty($orig_event)) { + if (isset($orig_event['adjust'])) { $tz = ($orig_event['adjust'] ? date_default_timezone_get() : 'UTC'); }