summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2012-06-29 00:04:38 -0400
committerTom N Harris <tnharris@whoopdedo.org>2012-06-29 00:04:38 -0400
commit36d61a2c62ee2c4198229406af6aa91b14bf6125 (patch)
tree01ec0a2d67a2cdd63e1db15a5ff751d182a135f4 /feed.php
parent361f1762edc347181a45a66ba541ba8f144552c0 (diff)
downloadrpg-36d61a2c62ee2c4198229406af6aa91b14bf6125.tar.gz
rpg-36d61a2c62ee2c4198229406af6aa91b14bf6125.tar.bz2
fix incorrect usage of tpl_getMediaFile
Diffstat (limited to 'feed.php')
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
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;