1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

mention that language passed is read only

This commit is contained in:
Andrew Dolgov 2014-08-19 14:05:06 +04:00
parent 73f9378d26
commit 02b0348a8a

View File

@ -682,7 +682,7 @@
"link" => $entry_link, "link" => $entry_link,
"tags" => $entry_tags, "tags" => $entry_tags,
"author" => $entry_author, "author" => $entry_author,
"language" => $entry_language, "language" => $entry_language, // read only
"feed" => array("id" => $feed, "feed" => array("id" => $feed,
"fetch_url" => $fetch_url, "fetch_url" => $fetch_url,
"site_url" => $site_url) "site_url" => $site_url)