From e0d91d846dd5ac42a95a0832777cc76aaf579bc2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 Nov 2011 11:40:57 +0400 Subject: experimental split of public calls into public.php (refs #389) --- modules/popup-dialog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index f65d005ff..26b2e7cf6 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -1094,7 +1094,7 @@ 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 "
"; print "$url_path"; -- cgit v1.2.3-54-g00ecf