1
0
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:
Andrew Dolgov
2007-11-21 10:05:04 +01:00
parent 01b1c32d33
commit 5d17ead9b2
4 changed files with 12 additions and 7 deletions

View File

@@ -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