mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
queryfeedheadlines: there's no need to quote order_by/override_order
else: feedicon cache busting etc
This commit is contained in:
@@ -633,7 +633,7 @@ class API extends Handler {
|
||||
|
||||
$unread = getFeedUnread($line["id"]);
|
||||
|
||||
$has_icon = feed_has_icon($line['id']);
|
||||
$has_icon = Feeds::feedHasIcon($line['id']);
|
||||
|
||||
if ($unread || !$unread_only) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user