]> git.wh0rd.org - tt-rss.git/commitdiff
Merge branch 'more-info-article-filter' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Sun, 7 Aug 2016 19:22:09 +0000 (22:22 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Sun, 7 Aug 2016 19:22:09 +0000 (22:22 +0300)
Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.

Adds the `$cache_images` value to the `$article['feed']` array before calling HOOK_ARTICLE_FILTER. Allows plugins to know whether images will be cached in case they want to manage them in one way or another.

See merge request !32


Trivial merge