From 14f8bb71cc46695d4b4d9b67b43e00c9b1c1228e Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 25 Sep 2021 14:42:23 +0200 Subject: [PATCH] Fix links in emails --- galette/lib/Galette/Events/ContribListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galette/lib/Galette/Events/ContribListener.php b/galette/lib/Galette/Events/ContribListener.php index 61f113f4c..fa603b361 100644 --- a/galette/lib/Galette/Events/ContribListener.php +++ b/galette/lib/Galette/Events/ContribListener.php @@ -222,7 +222,7 @@ class ContribListener implements ListenerProviderInterface $this->router->pathFor('directlink', ['hash' => $hash]); } } - $texts->setContribLink($link_card); + $texts->setContribLink($link_pdf); $mail->setMessage($texts->getBody()); $sent = $mail->send(); -- 2.39.2