Skip to content

Commit

Permalink
fix: remove unused var
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 0d8e98d commit 1a56988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/sharebymail/lib/ShareByMailProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ protected function sendEmail(IShare $share, array $emails): void {
$emailTemplate->setSubject($this->l->t('%1$s shared %2$s with you', [$initiatorDisplayName, $filename]));
$emailTemplate->addHeader();
$emailTemplate->addHeading($this->l->t('%1$s shared %2$s with you', [$initiatorDisplayName, $filename]), false);
$text = $this->l->t('%1$s shared %2$s with you.', [$initiatorDisplayName, $filename]);

if ($note !== '') {
$emailTemplate->addBodyListItem(
Expand Down

0 comments on commit 1a56988

Please sign in to comment.