mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
HOOK_ARTICLE_EXPORT_FEED: also pass owner_uid
This commit is contained in:
@@ -89,7 +89,7 @@ class Handler_Public extends Handler {
|
||||
}
|
||||
|
||||
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ARTICLE_EXPORT_FEED) as $p) {
|
||||
$line = $p->hook_article_export_feed($line, $feed, $is_cat);
|
||||
$line = $p->hook_article_export_feed($line, $feed, $is_cat, $owner_uid);
|
||||
}
|
||||
|
||||
$tpl->setVariable('ARTICLE_ID',
|
||||
|
||||
Reference in New Issue
Block a user