diff options
Diffstat (limited to 'apps/files_sharing/lib/Notification/Notifier.php')
-rw-r--r-- | apps/files_sharing/lib/Notification/Notifier.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/Notification/Notifier.php b/apps/files_sharing/lib/Notification/Notifier.php index 9b636c8d30d..2499896653b 100644 --- a/apps/files_sharing/lib/Notification/Notifier.php +++ b/apps/files_sharing/lib/Notification/Notifier.php @@ -178,7 +178,7 @@ class Notifier implements INotifier { 'id' => $notification->getObjectId(), 'name' => $share->getTarget(), ], - 'user' => [ + 'user' => [ 'type' => 'user', 'id' => $sharer->getUID(), 'name' => $sharer->getDisplayName(), @@ -219,7 +219,7 @@ class Notifier implements INotifier { 'id' => $group->getGID(), 'name' => $group->getDisplayName(), ], - 'user' => [ + 'user' => [ 'type' => 'user', 'id' => $sharer->getUID(), 'name' => $sharer->getDisplayName(), |