Skip to content
Snippets Groups Projects
Commit 36d61a2c authored by Tom N Harris's avatar Tom N Harris
Browse files

fix incorrect usage of tpl_getMediaFile

parent 361f1762
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ $rss->cssStyleSheet = DOKU_URL.'lib/exe/css.php?s=feed';
$image = new FeedImage();
$image->title = $conf['title'];
$image->url = tpl_getMediaFile('favicon.ico', true);
$image->url = tpl_getMediaFile(array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico'), true);
$image->link = DOKU_URL;
$rss->image = $image;
......
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