1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

HOOK_ARTICLE_EXPORT_FEED: also pass owner_uid

This commit is contained in:
Andrew Dolgov
2021-01-11 22:52:31 +03:00
parent d1e8042cf3
commit f67f0f864b

View File

@@ -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',