Skip to content

Commit b7a1fa6

Browse files
add false for if storage is full
1 parent 1164496 commit b7a1fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/MailSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function handleStorage(IEMailTemplate $emailTemplate, IUser $user): bool
167167
return false;
168168
} else {
169169
$this->provider->writeStorageFull($emailTemplate, $storageInfo);
170-
return true;
170+
return flase;
171171
}
172172
}
173173

0 commit comments

Comments
 (0)