summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-08-19 14:05:06 +0400
committerAndrew Dolgov <[email protected]>2014-08-19 14:05:06 +0400
commit02b0348a8ae336150f8e08ca7014cd11089384e5 (patch)
tree9d72a3317bfb8a4b056dbd8a6a814853b119ab26 /include
parent73f9378d26e4eb26157f806809a5470cf3b41347 (diff)
mention that language passed is read only
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 8f71f950a..614cdaa83 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)