summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-11 22:52:31 +0300
committerAndrew Dolgov <[email protected]>2021-01-11 22:52:31 +0300
commitf67f0f864bbac9a60912b00b940848e45e96f046 (patch)
tree353404cb7368259f1848898b8ef35691377c8241 /classes/handler/public.php
parentd1e8042cf37f8f9fc0c6c20439479f9d9f7c0445 (diff)
HOOK_ARTICLE_EXPORT_FEED: also pass owner_uid
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 30f021cd7..6feb7df79 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -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',