|
|
|
@ -550,8 +550,11 @@ class Article extends Handler_Protected {
|
|
|
|
|
$article_kind = 0; |
|
|
|
|
|
|
|
|
|
PluginHost::getInstance()->chain_hooks_callback(PluginHost::HOOK_ARTICLE_IMAGE, |
|
|
|
|
function ($result) use (&$article_image, &$article_stream, &$content) { |
|
|
|
|
function ($result, $plugin) use (&$article_image, &$article_stream, &$content) { |
|
|
|
|
list ($article_image, $article_stream, $content) = $result; |
|
|
|
|
|
|
|
|
|
// run until first hard match |
|
|
|
|
return !empty($article_image); |
|
|
|
|
}, |
|
|
|
|
$enclosures, $content, $site_url, $headline); |
|
|
|
|
|
|
|
|
|