From f56e308090f460d97dbe834ad88754231c3459e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Aug 2007 05:25:06 +0100 Subject: localization updates --- modules/pref-feeds.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 173244245..193a1a4bc 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1052,10 +1052,7 @@ print "

".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the address specified below.')."

"; - $url_path = 'http://' . $_SERVER["HTTP_HOST"] . \ - parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH); - - $url_path .= "?op=publish&key=" . get_pref($link, "_PREFS_PUBLISH_KEY"); + $url_path = article_publish_url($link); print "

$url_path

"; -- cgit v1.2.3