From 46d1869ca7cb684a29277b7c953e205c25fe3566 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 10 Jul 2023 12:03:00 +0200 Subject: [PATCH] Mail update --- include/mailhandling.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mailhandling.php b/include/mailhandling.php index eda2ba0..baab259 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -17,7 +17,7 @@ class Mailhandling extends Renderer { echo 'nicht auffindbar'; die; } - $mail = $this->mbox->getMail($this-uid); + $mail = $this->mbox->getMail($this->uid); var_dump($mail); return $mail; }