rebuild read out email

This commit is contained in:
Torsten Schulz
2023-07-03 12:44:41 +02:00
parent e33df50488
commit 6f74f0c623

View File

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