diff options
Diffstat (limited to 'apps/files_reminders/lib/Notification/Notifier.php')
-rw-r--r-- | apps/files_reminders/lib/Notification/Notifier.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_reminders/lib/Notification/Notifier.php b/apps/files_reminders/lib/Notification/Notifier.php index 6e639b78c1b..2a919d42cae 100644 --- a/apps/files_reminders/lib/Notification/Notifier.php +++ b/apps/files_reminders/lib/Notification/Notifier.php @@ -102,11 +102,6 @@ class Notifier implements INotifier { ], ], ) - ->setParsedSubject(str_replace( - ['{name}'], - [$node->getName()], - $subject, - )) ->setLink($link); $label = match ($node->getType()) { |