From: Andrew Dolgov Date: Tue, 19 Aug 2014 10:05:06 +0000 (+0400) Subject: mention that language passed is read only X-Git-Tag: 1.14~25 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=02b0348a8ae336150f8e08ca7014cd11089384e5 mention that language passed is read only --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 8f71f950..614cdaa8 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -682,7 +682,7 @@ "link" => $entry_link, "tags" => $entry_tags, "author" => $entry_author, - "language" => $entry_language, + "language" => $entry_language, // read only "feed" => array("id" => $feed, "fetch_url" => $fetch_url, "site_url" => $site_url)