1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

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

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;