Merge pull request #4908 from nextcloud/bugfix/noid/prevent-null-in-notification-parameter
This commit is contained in:
@@ -239,8 +239,8 @@ class Notifier implements INotifier {
|
|||||||
],
|
],
|
||||||
'user' => [
|
'user' => [
|
||||||
'type' => 'user',
|
'type' => 'user',
|
||||||
'id' => $params[1],
|
'id' => $params[1] ?? '',
|
||||||
'name' => $dn,
|
'name' => $dn ?? '',
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user