From 36d61a2c62ee2c4198229406af6aa91b14bf6125 Mon Sep 17 00:00:00 2001
From: Tom N Harris <tnharris@whoopdedo.org>
Date: Fri, 29 Jun 2012 00:04:38 -0400
Subject: [PATCH] fix incorrect usage of tpl_getMediaFile

---
 feed.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feed.php b/feed.php
index 09a204fe2..906f8e7bb 100644
--- a/feed.php
+++ b/feed.php
@@ -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;
 
-- 
GitLab