summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-24 04:52:33 +0100
committerAndrew Dolgov <[email protected]>2008-01-24 04:52:33 +0100
commit68dcbd31d82de112e3c827ae6871490d0f9967e9 (patch)
treecf586911153c9e2abe9d362c14468af51a421cc2 /functions.php
parentfd631206d2694b59cdb879fc0da9de41d014de79 (diff)
use ICONS_URL, not ICONS_DIR when generating feedlist
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 099da8a41..42c5c277c 100644
--- a/functions.php
+++ b/functions.php
@@ -4170,7 +4170,7 @@
}
printFeedEntry($feed_id, $class, $feed, $unread,
- ICONS_DIR."/$feed_id.ico", $link, $rtl_content,
+ ICONS_URL."/$feed_id.ico", $link, $rtl_content,
$last_updated, $line["last_error"]);
++$lnum;