From 50332a320c06f9d76dd22d6866c1f0fcc4d941b6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 2 Apr 2011 10:27:26 +0400 Subject: update_rss_feed: use proper owner_uid for pubsubhubbub update url key --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3