зеркало из https://github.com/nextcloud/activity.git
Use a valid timezone name when no timezone is set
This commit is contained in:
Родитель
ff2b63f21f
Коммит
8ffc7eb6b6
|
@ -101,7 +101,7 @@ class EmailNotification extends \OC\BackgroundJob\TimedJob {
|
|||
}
|
||||
|
||||
$language = (isset($userLanguages[$user])) ? $userLanguages[$user] : $default_lang;
|
||||
$timezone = (isset($userTimezones[$user])) ? $userTimezones[$user] : '';
|
||||
$timezone = (isset($userTimezones[$user])) ? $userTimezones[$user] : 'UTC';
|
||||
$this->mqHandler->sendEmailToUser($user, $userEmails[$user], $language, $timezone, $data);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче