1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 12:37:11 +00:00

printFeedEntry now expects $link

This commit is contained in:
Andrew Dolgov
2005-11-16 18:47:58 +01:00
parent 4769ddaf72
commit 4668523d7c
2 changed files with 5 additions and 5 deletions

View File

@@ -419,7 +419,7 @@
return false;
}
function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file) {
function printFeedEntry($feed_id, $class, $feed_title, $unread, $icon_file, $link) {
if (file_exists($icon_file) && filesize($icon_file) > 0) {
$feed_icon = "<img src=\"$icon_file\">";