From: Andrew Dolgov Date: Thu, 24 Jan 2008 03:52:33 +0000 (+0100) Subject: use ICONS_URL, not ICONS_DIR when generating feedlist X-Git-Tag: 1.2.20~70 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=68dcbd31d82de112e3c827ae6871490d0f9967e9;p=tt-rss.git use ICONS_URL, not ICONS_DIR when generating feedlist --- diff --git a/functions.php b/functions.php index 099da8a4..42c5c277 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;