From 6f74f0c623e77939a3fec5e70ea1891b26405962 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 3 Jul 2023 12:44:41 +0200 Subject: [PATCH] rebuild read out email --- include/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mail.php b/include/mail.php index ae91dbf..d5debaa 100644 --- a/include/mail.php +++ b/include/mail.php @@ -13,6 +13,7 @@ class Mail extends Mailhandling { return; } $this->uid = $this->getUriParams()['uid']; + var_dump($this->getUriParams()); $this->content['uid'] = $this->uid; }