mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:05:57 +00:00
getCategoryChildrenUnread: fix typo
This commit is contained in:
@@ -1337,7 +1337,7 @@ class Feeds extends Handler_Protected {
|
|||||||
$unread = 0;
|
$unread = 0;
|
||||||
|
|
||||||
while ($line = $sth->fetch()) {
|
while ($line = $sth->fetch()) {
|
||||||
$unread += Feeds::getCategoryUnread($line["id"], $owner_uid) +
|
$unread += Feeds::getCategoryUnread($line["id"], $owner_uid);
|
||||||
$unread += Feeds::getCategoryChildrenUnread($line["id"], $owner_uid);
|
$unread += Feeds::getCategoryChildrenUnread($line["id"], $owner_uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user