We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cf3c8 commit f744316Copy full SHA for f744316
1 file changed
lib/Listener/MailNotifyListener.php
@@ -85,10 +85,10 @@ protected function sendSignMailNotification(
85
if (count($users) === 1) {
86
$userId = $users[0]->getUID();
87
if ($this->notificationPreferenceResolver->isEmailNotificationDisabled(
88
- $userId,
89
- SendSignNotificationEvent::FILE_TO_SIGN,
90
- true,
91
- )) {
+ $userId,
+ SendSignNotificationEvent::FILE_TO_SIGN,
+ true,
+ )) {
92
return;
93
}
94
@@ -119,10 +119,10 @@ protected function sendSignedMailNotification(
119
120
121
122
- $libreSignFile->getUserId(),
123
- SignedEvent::FILE_SIGNED,
124
125
+ $libreSignFile->getUserId(),
+ SignedEvent::FILE_SIGNED,
126
127
128
0 commit comments