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:
@@ -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\">";
|
||||
|
||||
Reference in New Issue
Block a user