mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:45:54 +00:00
request label counters conditionally
This commit is contained in:
@@ -1792,6 +1792,9 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
|
||||
static function _cats_of(array $feeds, int $owner_uid, bool $with_parents = false) {
|
||||
if (count($feeds) == 0)
|
||||
return [];
|
||||
|
||||
$pdo = Db::pdo();
|
||||
|
||||
$feeds_qmarks = arr_qmarks($feeds);
|
||||
|
||||
Reference in New Issue
Block a user