1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 16:01:28 +00:00

fix Feeds::_get_counters() used improperly as a replacement for

getFeedUnread()
This commit is contained in:
Andrew Dolgov
2022-02-20 12:48:38 +03:00
parent 77f39d65b5
commit f7e2f62022
4 changed files with 9 additions and 9 deletions

View File

@@ -250,7 +250,7 @@ class Counters {
for ($i = 0; $i >= -4; $i--) {
$count = Feeds::_get_counters($i);
$count = Feeds::_get_counters($i, false, true);
if ($i == 0 || $i == -1 || $i == -2)
$auxctr = Feeds::_get_counters($i, false);