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)