mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
fix various issues reported by static analysis
update gitlab-ci config
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user