summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/update.php b/update.php
index 2601e965c..23289f1d1 100755
--- a/update.php
+++ b/update.php
@@ -401,7 +401,9 @@
$_REQUEST['xdebug'] = 1;
- update_rss_feed($feed);
+ $rc = is_object(update_rss_feed($feed)) ? 0 : 1;
+
+ exit($rc);
}
if (isset($options["decrypt-feeds"])) {