mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:15:55 +00:00
makefeedtree: properly calculate feed total amount in no-categories mode
This commit is contained in:
@@ -312,7 +312,7 @@ class Pref_Feeds extends Handler_Protected {
|
|||||||
array_push($root['items'], $feed);
|
array_push($root['items'], $feed);
|
||||||
}
|
}
|
||||||
|
|
||||||
$root['param'] = vsprintf(_ngettext('(%d feed)', '(%d feeds)', count($cat['items'])), count($cat['items']));
|
$root['param'] = vsprintf(_ngettext('(%d feed)', '(%d feeds)', count($root['items'])), count($root['items']));
|
||||||
}
|
}
|
||||||
|
|
||||||
$fl = array();
|
$fl = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user