mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:25:54 +00:00
fix various issues reported by static analysis
update gitlab-ci config
This commit is contained in:
@@ -361,7 +361,7 @@ class Article extends Handler_Protected {
|
||||
$labels = get_article_labels($id, $_SESSION["uid"]);
|
||||
|
||||
array_push($reply["info-for-headlines"],
|
||||
array("id" => $id, "labels" => format_article_labels($labels, $id)));
|
||||
array("id" => $id, "labels" => format_article_labels($labels)));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user