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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user