mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:05:56 +00:00
getCategoryChildrenUnread: fix typo
This commit is contained in:
@@ -1337,7 +1337,7 @@ class Feeds extends Handler_Protected {
|
||||
$unread = 0;
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user