use ICONS_URL, not ICONS_DIR when generating feedlist

This commit is contained in:
Andrew Dolgov 2008-01-24 04:52:33 +01:00
parent fd631206d2
commit 68dcbd31d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;