mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:05:55 +00:00
test for veed validity before displaying it in the browser
This commit is contained in:
@@ -182,6 +182,8 @@
|
||||
|
||||
$details = db_fetch_assoc($det_result);
|
||||
|
||||
if ($details) {
|
||||
|
||||
$icon_file = ICONS_DIR . "/" . $details["id"] . ".ico";
|
||||
|
||||
if (file_exists($icon_file) && filesize($icon_file) > 0) {
|
||||
@@ -210,6 +212,7 @@
|
||||
|
||||
++$feedctr;
|
||||
}
|
||||
}
|
||||
|
||||
print "</ul>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user