From ea2bcf3a5d879286350c6ad60872f94f46c6fffb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 7 May 2024 23:04:17 +0200 Subject: Fix individual OMPL feed export (#6435) fix https://github.com/FreshRSS/FreshRSS/issues/6433 --- app/Controllers/indexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/indexController.php') diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php index 65e30c4bd..2588320b5 100644 --- a/app/Controllers/indexController.php +++ b/app/Controllers/indexController.php @@ -202,7 +202,7 @@ class FreshRSS_index_Controller extends FreshRSS_ActionController { $type = (string)$get[0]; $id = (int)$get[1]; - $this->view->excludeMutedFeeds = true; + $this->view->excludeMutedFeeds = $type !== 'f'; // Exclude muted feeds except when we focus on a feed switch ($type) { case 'a': -- cgit v1.2.3