1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:26:00 +00:00

make published OPML use common secret key code

This commit is contained in:
Andrew Dolgov
2010-11-08 19:36:24 +03:00
parent f29033f86c
commit 2e7f046f65
4 changed files with 10 additions and 14 deletions

View File

@@ -5763,7 +5763,7 @@
$url_path = get_self_url_prefix();
$url_path .= "/opml.php?op=publish&key=" .
get_pref($link, "_PREFS_PUBLISH_KEY", $_SESSION["uid"]);
get_feed_access_key($link, 'OPML:Publish', false, $_SESSION["uid"]);
return $url_path;
}