]> git.wh0rd.org - tt-rss.git/blobdiff - modules/popup-dialog.php
experimental split of public calls into public.php (refs #389)
[tt-rss.git] / modules / popup-dialog.php
index f65d005ffaba12c1d3b3268db1ea2b260d7869db..26b2e7cf6de396ff262b7b0253e8c16ccdd2815f 100644 (file)
                                print __("You can share this article by the following unique URL:");
 
                                $url_path = get_self_url_prefix();
-                               $url_path .= "/backend.php?op=share&key=$uuid";
+                               $url_path .= "/public.php?op=share&key=$uuid";
 
                                print "<div class=\"tagCloudContainer\">";
                                print "<a id='pub_opml_url' href='$url_path' target='_blank'>$url_path</a>";