summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-02 10:27:26 +0400
committerAndrew Dolgov <[email protected]>2011-04-02 10:27:26 +0400
commit50332a320c06f9d76dd22d6866c1f0fcc4d941b6 (patch)
tree22b2840192e19ed3c0a0f4c325db0bfc1d6a5bb3 /functions.php
parent7e0943c6bc902b2b176e64c30e7443adad95207d (diff)
update_rss_feed: use proper owner_uid for pubsubhubbub update url key
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a6e537029..ddde9994e 100644
--- a/functions.php
+++ b/functions.php
@@ -1241,7 +1241,7 @@
if (PUBSUBHUBBUB_HUB && $published == 'true') {
$rss_link = get_self_url_prefix() .
"/backend.php?op=rss&id=-2&key=" .
- get_feed_access_key($link, -2, false);
+ get_feed_access_key($link, -2, false, $owner_uid);
$p = new Publisher(PUBSUBHUBBUB_HUB);