mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
fix various issues reported by static analysis
update gitlab-ci config
This commit is contained in:
@@ -453,7 +453,7 @@ class RPC extends Handler_Protected {
|
||||
$search_query = $this->dbh->escape_string($_REQUEST['search_query']);
|
||||
$search_lang = $this->dbh->escape_string($_REQUEST['search_lang']);
|
||||
|
||||
catchup_feed($feed_id, $is_cat, false, false, $mode, [$search_query, $search_lang]);
|
||||
catchup_feed($feed_id, $is_cat, false, $mode, [$search_query, $search_lang]);
|
||||
|
||||
print json_encode(array("message" => "UPDATE_COUNTERS"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user