From 2e7f046f65bd6d3a9417484bc4d6c9855cf39f7e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Nov 2010 19:36:24 +0300 Subject: make published OPML use common secret key code --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 508a36d4e..d7e1f258c 100644 --- a/functions.php +++ b/functions.php @@ -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; } -- cgit v1.2.3-54-g00ecf