diff --git a/main/auth/profile.php b/main/auth/profile.php index da0644923a..ccfca3e46d 100644 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -1,5 +1,5 @@ validate()) $uidReset = true; include (api_get_path(INCLUDE_PATH).'local.inc.php'); $_SESSION['profile_update'] = 'success'; - header("Location: ".api_get_path(WEB_PATH).api_get_self()."?{$_SERVER['QUERY_STRING']}"); + header("Location: ".api_get_self()."?{$_SERVER['QUERY_STRING']}"); exit; }