Skip to content

Commit

Permalink
Merge pull request #4909 from nextcloud/backport/4908/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Jul 14, 2023
2 parents 9f0783c + 19a4832 commit ca347cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
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 ca347cb

Please sign in to comment.