folder handling changed

This commit is contained in:
Torsten Schulz
2023-07-14 23:28:55 +02:00
parent e2b71e8836
commit 54d30dd3c3

View File

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