1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

update: include detected language to article structure passed to filters

This commit is contained in:
Andrew Dolgov
2014-08-19 14:02:28 +04:00
parent 2d9c568439
commit 73f9378d26

View File

@@ -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)