diff --git a/Classes/Hooks/LuxletterLinkLuxIdentificationHandler.php b/Classes/Hooks/LuxletterLinkLuxIdentificationHandler.php new file mode 100644 index 00000000..cff13506 --- /dev/null +++ b/Classes/Hooks/LuxletterLinkLuxIdentificationHandler.php @@ -0,0 +1,23 @@ +isIdentification()) { + $link = $event->getLink(); + CookieUtility::setCookie('luxletterlinkhash', $link['hash']); + } + } +}