aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ImportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ImportService.php')
-rw-r--r--app/Services/ImportService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/ImportService.php b/app/Services/ImportService.php
index e210d0fd7..ec414a203 100644
--- a/app/Services/ImportService.php
+++ b/app/Services/ImportService.php
@@ -50,7 +50,7 @@ class FreshRSS_Import_Service {
$this->catDAO->checkDefault();
$default_category = $this->catDAO->getDefault();
- if (!$default_category) {
+ if ($default_category === null) {
self::log('Cannot get the default category');
$this->lastStatus = false;
return;