From c34a8478c60c46e7584c5d93f7e0864b3a980274 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Fri, 12 May 2023 01:23:49 +0200 Subject: [PATCH] fix type hint (WIP) --- src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');