From 02b0348a8ae336150f8e08ca7014cd11089384e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Aug 2014 14:05:06 +0400 Subject: [PATCH] mention that language passed is read only --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2