Skip to content
Snippets Groups Projects
Commit 89e71fa9 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix function call in feedcreator FS#2805

the _redirect function is not used in DokuWiki anyway
parent dbd5b4ca
No related branches found
No related tags found
No related merge requests found
......@@ -599,7 +599,7 @@ class FeedCreator extends HtmlDescribable {
header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".utf8_basename($filename));
header("Content-Disposition: inline; filename=".utf8_basename($filename));
readfile($filename, "r");
readfile($filename);
die();
}
......
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