summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 403e20ca5..7282adfd2 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -541,7 +541,7 @@ class Handler_Public extends Handler {
if ($_REQUEST['return']) {
header("Location: " . $_REQUEST['return']);
} else {
- header("Location: " . SELF_URL_PATH);
+ header("Location: " . get_self_url_prefix());
}
}
}