diff --git a/src/Config.php b/src/Config.php index 2246e06..df6f58b 100644 --- a/src/Config.php +++ b/src/Config.php @@ -110,7 +110,7 @@ class Config extends dcNsProcess } $s = ActivityReport::instance()->settings; - $tz = is_string(dcCore::app()->auth?->getInfo('user_tz')) ? dcCore::app()->auth?->getInfo('user_tz') : 'UTC'; + $tz = is_string(dcCore::app()->auth?->getInfo('user_tz')) ? dcCore::app()->auth->getInfo('user_tz') : 'UTC'; if (!$s->lastreport) { $last_report = __('never');