summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-08-19 14:02:28 +0400
committerAndrew Dolgov <[email protected]>2014-08-19 14:02:28 +0400
commit73f9378d26e4eb26157f806809a5470cf3b41347 (patch)
tree5222ab546f1dc8531a2d319e8f10f501dbd55a99 /include
parent2d9c5684394f54e62393b3b2c1b40f242fb1793a (diff)
update: include detected language to article structure passed to filters
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 4f783b7af..8f71f950a 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -682,6 +682,7 @@
"link" => $entry_link,
"tags" => $entry_tags,
"author" => $entry_author,
+ "language" => $entry_language,
"feed" => array("id" => $feed,
"fetch_url" => $fetch_url,
"site_url" => $site_url)