rebuild read out email

This commit is contained in:
Torsten Schulz
2023-07-03 12:45:16 +02:00
parent 6f74f0c623
commit 3dd04f4ecd

View File

@@ -13,7 +13,7 @@ class Mail extends Mailhandling {
return; return;
} }
$this->uid = $this->getUriParams()['uid']; $this->uid = $this->getUriParams()['uid'];
var_dump($this->getUriParams()); var_dump($this->uid);
$this->content['uid'] = $this->uid; $this->content['uid'] = $this->uid;
} }