rebuild read out email

This commit is contained in:
Torsten Schulz
2023-07-03 12:46:01 +02:00
parent 3dd04f4ecd
commit 43f2e6ab53
2 changed files with 1 additions and 2 deletions

View File

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