diff options
Diffstat (limited to 'app/Services/ExportService.php')
| -rw-r--r-- | app/Services/ExportService.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php index 25e217968..eb1ec3f84 100644 --- a/app/Services/ExportService.php +++ b/app/Services/ExportService.php @@ -47,7 +47,8 @@ class FreshRSS_Export_Service { $view = new FreshRSS_View(); $day = date('Y-m-d'); - $view->categories = $this->category_dao->listCategories(true); + $view->categories = $this->category_dao->listCategories(true, true); + $view->excludeMutedFeeds = false; return [ "feeds_{$day}.opml.xml", |
