diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index 28abb0dfd9..a8868dc2c8 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -124,7 +124,7 @@ private function parseSignRequest( $notification->setParsedMessage($l->t('Changes have been made in a file that you have to sign.')); } - if (isset($parameters['signRequest'])) { + if (isset($parameters['signRequest']) && isset($parameters['signRequest']['id'])) { $dismissAction = $notification->createAction() ->setParsedLabel($l->t('Dismiss notification')) ->setLink(