mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
headline caching fixes
This commit is contained in:
@@ -4952,7 +4952,7 @@
|
||||
print "</div>";
|
||||
}
|
||||
|
||||
return array($topmost_article_ids, $headlines_count);
|
||||
return array($topmost_article_ids, $headlines_count, $feed);
|
||||
}
|
||||
|
||||
// from here: http://www.roscripts.com/Create_tag_cloud-71.html
|
||||
|
||||
Reference in New Issue
Block a user