]> git.agnieray.net Git - galette.git/commitdiff
Fix links in emails
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 25 Sep 2021 12:42:23 +0000 (14:42 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 25 Sep 2021 12:42:23 +0000 (14:42 +0200)
galette/lib/Galette/Events/ContribListener.php

index 61f113f4ca78bae0831578e101ceece076613707..fa603b361a8e42fd5ee7a9621a9a778404fc9099 100644 (file)
@@ -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();