mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-23 19:27:10 +00:00
api: pass article id to sanitize
This commit is contained in:
@@ -678,7 +678,7 @@ class API extends Handler {
|
||||
$headline_row["content"] = sanitize(
|
||||
$line["content"],
|
||||
sql_bool_to_bool($line['hide_images']),
|
||||
false, $line["site_url"]);
|
||||
false, $line["site_url"], false, $line["id"]);
|
||||
} else {
|
||||
$headline_row["content"] = $line["content"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user