summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Updater/AllFeeds.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Command/Updater/AllFeeds.php b/lib/Command/Updater/AllFeeds.php
index 0dde6eac4..942b5706d 100644
--- a/lib/Command/Updater/AllFeeds.php
+++ b/lib/Command/Updater/AllFeeds.php
@@ -66,5 +66,6 @@ class AllFeeds extends Command
}
$output->write(json_encode($result));
+ return 0;
}
}