mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-12 11:31:00 +02:00
getCategoryChildrenUnread: fix typo
This commit is contained in:
parent
a6ced36189
commit
cdd2b6fd22
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user