summaryrefslogtreecommitdiff
path: root/classes/counters.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-02-20 12:48:38 +0300
committerAndrew Dolgov <[email protected]>2022-02-20 12:48:38 +0300
commitf7e2f62022592a6f89280ac50f0868c681c1303b (patch)
tree18a322a4640729fa64729a79c3109ca444e8acf8 /classes/counters.php
parent77f39d65b5dd1661f8102b75746c13403d4195c2 (diff)
fix Feeds::_get_counters() used improperly as a replacement for
getFeedUnread()
Diffstat (limited to 'classes/counters.php')
-rw-r--r--classes/counters.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/counters.php b/classes/counters.php
index 0814bc441..8756b5acf 100644
--- a/classes/counters.php
+++ b/classes/counters.php
@@ -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);