1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:05:56 +00:00

oops, remove useless db_escape_string() in article class (and nsfw plugin)

This commit is contained in:
Andrew Dolgov
2018-11-29 23:04:12 +03:00
parent 560b9fdd26
commit ed1262d55a
2 changed files with 2 additions and 3 deletions

View File

@@ -372,8 +372,7 @@ class Article extends Handler_Protected {
$ids = explode(",", clean($_REQUEST["ids"]));
$label_id = clean($_REQUEST["lid"]);
$label = db_escape_string(Labels::find_caption($label_id,
$_SESSION["uid"]));
$label = Labels::find_caption($label_id, $_SESSION["uid"]);
$reply["info-for-headlines"] = array();