summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-15 11:40:57 +0400
committerAndrew Dolgov <[email protected]>2011-11-15 11:40:57 +0400
commite0d91d846dd5ac42a95a0832777cc76aaf579bc2 (patch)
tree5568c9cd6ad6d569cd7c15efb1c2c1d15e1e210c /modules/pref-feeds.php
parent507426ef6e5c5921d68a20390fa4d7c32a23d780 (diff)
experimental split of public calls into public.php (refs #389)
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index b033a3787..bbae468bf 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1520,7 +1520,7 @@
print "<p>".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below.')."</p>";
$rss_url = '-2::' . htmlspecialchars(get_self_url_prefix() .
- "/backend.php?op=rss&id=-2&view-mode=all_articles");;
+ "/public.php?op=rss&id=-2&view-mode=all_articles");;
print "<button dojoType=\"dijit.form.Button\" onclick=\"return displayDlg('generatedFeed', '$rss_url')\">".
__('Display URL')."</button> ";