mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 05:51:28 +00:00
rpc/download: tmp disable tags output (bug)
This commit is contained in:
@@ -590,7 +590,8 @@
|
||||
|
||||
$line["marked"] = (int)sql_bool_to_bool($line["marked"]);
|
||||
$line["unread"] = (int)sql_bool_to_bool($line["unread"]);
|
||||
$line["tags"] = format_tags_string(get_article_tags($link, $id), $id);
|
||||
$line["tags"] = __("no tags");
|
||||
// $line["tags"] = format_tags_string(get_article_tags($link, $id), $id);
|
||||
|
||||
print json_encode($line);
|
||||
print "]]></article>";
|
||||
|
||||
Reference in New Issue
Block a user