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