diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_reminders/lib/Notification/Notifier.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_reminders/lib/Notification/Notifier.php b/apps/files_reminders/lib/Notification/Notifier.php index 08aa8b2d67c..6e639b78c1b 100644 --- a/apps/files_reminders/lib/Notification/Notifier.php +++ b/apps/files_reminders/lib/Notification/Notifier.php @@ -96,11 +96,9 @@ class Notifier implements INotifier { $subject, [ 'name' => [ - 'type' => 'file', + 'type' => 'highlight', 'id' => $node->getId(), 'name' => $node->getName(), - 'path' => $path, - 'link' => $link, ], ], ) |