aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ExportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ExportService.php')
-rw-r--r--app/Services/ExportService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php
index ba4042d21..37bcdc6e3 100644
--- a/app/Services/ExportService.php
+++ b/app/Services/ExportService.php
@@ -130,7 +130,7 @@ class FreshRSS_Export_Service {
$exported_files = [];
foreach ($feed_ids as $feed_id) {
$result = $this->generateFeedEntries($feed_id, $max_number_entries);
- if (!$result) {
+ if ($result === null) {
continue;
}