From: Andrew Dolgov Date: Sat, 2 Apr 2011 06:27:26 +0000 (+0400) Subject: update_rss_feed: use proper owner_uid for pubsubhubbub update url key X-Git-Tag: 1.5.3~77 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=50332a320c06f9d76dd22d6866c1f0fcc4d941b6;p=tt-rss.git update_rss_feed: use proper owner_uid for pubsubhubbub update url key --- diff --git a/functions.php b/functions.php index a6e53702..ddde9994 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);