diff options
Diffstat (limited to 'app/Services/ExportService.php')
| -rw-r--r-- | app/Services/ExportService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php index 7f027441b..ea268fc0f 100644 --- a/app/Services/ExportService.php +++ b/app/Services/ExportService.php @@ -95,7 +95,7 @@ class FreshRSS_Export_Service { $view = new FreshRSS_View(); $view->categories = $this->category_dao->listCategories(true) ?: []; - $feed = FreshRSS_CategoryDAO::findFeed($view->categories, $feed_id); + $feed = FreshRSS_Category::findFeed($view->categories, $feed_id); if ($feed === null) { return null; } |
