]> git.wh0rd.org - tt-rss.git/blobdiff - classes/article.php
oops, remove useless db_escape_string() in article class (and nsfw plugin)
[tt-rss.git] / classes / article.php
index c5e73ea0261edcbab4c57fa40a6e7697953a5f19..075da19409d986fb5f58bd0d7de21c216eae7387 100755 (executable)
@@ -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();