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
1 changed files with 1 additions and 1 deletions

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