mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 03:31:29 +00:00
getHeadlines: return feed title for non-virtual feeds
This commit is contained in:
@@ -685,7 +685,8 @@ class API extends Handler {
|
|||||||
|
|
||||||
$headline_row["labels"] = $labels;
|
$headline_row["labels"] = $labels;
|
||||||
|
|
||||||
$headline_row["feed_title"] = $line["feed_title"];
|
$headline_row["feed_title"] = $line["feed_title"] ? $line["feed_title"] :
|
||||||
|
$feed_title;
|
||||||
|
|
||||||
$headline_row["comments_count"] = (int)$line["num_comments"];
|
$headline_row["comments_count"] = (int)$line["num_comments"];
|
||||||
$headline_row["comments_link"] = $line["comments"];
|
$headline_row["comments_link"] = $line["comments"];
|
||||||
|
|||||||
Reference in New Issue
Block a user