mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-14 12:31:00 +02:00
change category_id to cat_id (rss.getSubscribedFeeds)
This commit is contained in:
parent
5ba41c312f
commit
400efc65d5
@ -185,7 +185,7 @@
|
||||
"title" => new xmlrpcval($line["title"]),
|
||||
"id" => new xmlrpcval($line["id"], "int"),
|
||||
"unread" => new xmlrpcval($unread, "int"),
|
||||
"category_id" => new xmlrpcval($line["cat_id"], "int"),
|
||||
"cat_id" => new xmlrpcval($line["cat_id"], "int"),
|
||||
"last_updated" => new xmlrpcval(strtotime($line["last_updated"]), "int")
|
||||
),
|
||||
"struct");
|
||||
|
Loading…
x
Reference in New Issue
Block a user