Skip to content

Commit

Permalink
fix: also share by mail
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Dec 10, 2024
1 parent f27de4b commit 31c7693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/sharebymail/lib/ShareByMailProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ protected function sendEmail(IShare $share, array $emails): void {
}

$emailTemplate->addBodyText(
htmlspecialchars($text . ' ' . $this->l->t('Click the button below to open it.')),
$text
$this->l->t('Click the button below to open it.')
);

$emailTemplate->addBodyButton(
Expand Down

0 comments on commit 31c7693

Please sign in to comment.