projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9c568
)
update: include detected language to article structure passed to filters
author
Andrew Dolgov
<noreply@fakecake.org>
Tue, 19 Aug 2014 10:02:28 +0000
(14:02 +0400)
committer
Andrew Dolgov
<noreply@fakecake.org>
Tue, 19 Aug 2014 10:02:28 +0000
(14:02 +0400)
include/rssfuncs.php
patch
|
blob
|
history
diff --git
a/include/rssfuncs.php
b/include/rssfuncs.php
index 4f783b7af0219c76b3a8cb7dc3d3e3fc4457bdbd..8f71f950afbfa79d128f708fe512ca1e81ee0996 100644
(file)
--- 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)