use ICONS_URL, not ICONS_DIR when generating feedlist

master
Andrew Dolgov 17 years ago
parent fd631206d2
commit 68dcbd31d8

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

Loading…
Cancel
Save