use ICONS_URL, not ICONS_DIR when generating feedlist
This commit is contained in:
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…
Reference in New Issue