update_rss_feed: use proper owner_uid for pubsubhubbub update url key

This commit is contained in:
Andrew Dolgov 2011-04-02 10:27:26 +04:00
parent 7e0943c6bc
commit 50332a320c
1 changed files with 1 additions and 1 deletions

View File

@ -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);