summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 05:25:06 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 05:25:06 +0100
commitf56e308090f460d97dbe834ad88754231c3459e9 (patch)
tree5854f9c6dd149fe276962c2ba43bbab39616822f /modules/pref-feeds.php
parentef1ac7c73aeaf34129f26d0bda39bea3fc55eeb3 (diff)
localization updates
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php5
1 files changed, 1 insertions, 4 deletions
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 "<p>".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the address specified below.')."</p>";
- $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 "<p class=\"small\"><a id=\"pubGenAddress\" target=\"_new\" href=\"$url_path\">$url_path</a></p>";