From 6f018cc674fe049ba49ebf4d89ab386bc29a9327 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 21 Mar 2022 12:51:26 +0100 Subject: Show errored, empty, muted feeds in statistics (#4276) --- app/views/stats/idle.phtml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'app/views') diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 6b2141ba2..36ea32a17 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -16,19 +16,24 @@ 'php', true ); $nothing = true; - foreach ($this->idleFeeds as $period => $feeds) { - if (!empty($feeds)) { + foreach ($this->idleFeeds as $period => $feedsInPeriod) { + if (!empty($feedsInPeriod)) { $nothing = false; ?>
-- cgit v1.2.3