Skip to content

Commit

Permalink
Merge pull request #4910 from nextcloud/backport/4908/stable26
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Jul 14, 2023
2 parents 3134607 + e396c17 commit afc3b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Notification/Notifier.php
Expand Up @@ -239,8 +239,8 @@ public function prepare(INotification $notification, string $languageCode): INot
],
'user' => [
'type' => 'user',
'id' => $params[1],
'name' => $dn,
'id' => $params[1] ?? '',
'name' => $dn ?? '',
]
]
);
Expand Down

0 comments on commit afc3b6c

Please sign in to comment.