folder handling changed

This commit is contained in:
Torsten Schulz
2023-07-14 23:27:26 +02:00
parent f9e7af7377
commit e2b71e8836
3 changed files with 4 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class Mail extends Mailhandling {
}
$params = $this->getUriParams();
$this->uid = $params['uid'];
$this->folder = $params['folder'];
$this->folder = url_decode($params['folder']);
$this->content['uid'] = $this->uid;
}