Skip to content
Snippets Groups Projects
Commit 6dcc1e8f authored by Gerrit Uitslag's avatar Gerrit Uitslag
Browse files

Improve encoding dir in rssListNamespace()

parent 494cd513
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ function rssListNamespace($opt) {
global $conf;
$ns = ':'.cleanID($opt['namespace']);
$ns = str_replace(':', '/', $ns);
$ns = utf8_encodeFN(str_replace(':', '/', $ns));
$data = array();
$search_opts = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment