mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix default langauge detection for calendar invite emails
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
e163d199d8
commit
c6166c0a37
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class IMipPlugin extends SabreIMipPlugin {
|
|||
$vevent = $iTipMessage->message->VEVENT;
|
||||
|
||||
$attendee = $this->getCurrentAttendee($iTipMessage);
|
||||
$defaultLang = $this->l10nFactory->findLanguage();
|
||||
$defaultLang = $this->l10nFactory->findGenericLanguage();
|
||||
$lang = $this->getAttendeeLangOrDefault($defaultLang, $attendee);
|
||||
$l10n = $this->l10nFactory->get('dav', $lang);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue