From 7b55001eeeb326323d020dcfac2f864f8c3ad633 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 15:29:22 +0300 Subject: fix various issues reported by static analysis update gitlab-ci config --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 23289f1d1..2245ea02c 100755 --- a/update.php +++ b/update.php @@ -401,7 +401,7 @@ $_REQUEST['xdebug'] = 1; - $rc = is_object(update_rss_feed($feed)) ? 0 : 1; + $rc = update_rss_feed($feed) != false ? 0 : 1; exit($rc); } -- cgit v1.2.3-54-g00ecf