mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
api: fix setArticleLabel expecting wrong format for label_id
This commit is contained in:
@@ -447,7 +447,7 @@ class API extends Handler {
|
|||||||
$assign = (bool) $this->dbh->escape_string($_REQUEST['assign']) == "true";
|
$assign = (bool) $this->dbh->escape_string($_REQUEST['assign']) == "true";
|
||||||
|
|
||||||
$label = $this->dbh->escape_string(label_find_caption(
|
$label = $this->dbh->escape_string(label_find_caption(
|
||||||
$label_id, $_SESSION["uid"]));
|
feed_to_label_id($label_id), $_SESSION["uid"]));
|
||||||
|
|
||||||
$num_updated = 0;
|
$num_updated = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user