From 83c3975e4c30e2310511e9cd9b09e28a5e0797b7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 12 Jul 2013 22:06:04 +0200 Subject: [PATCH] Fixed setting of redirect URL --- wcfsetup/install/files/lib/util/HTTPRequest.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/util/HTTPRequest.class.php b/wcfsetup/install/files/lib/util/HTTPRequest.class.php index c341794c6b..909ac08ba2 100644 --- a/wcfsetup/install/files/lib/util/HTTPRequest.class.php +++ b/wcfsetup/install/files/lib/util/HTTPRequest.class.php @@ -247,6 +247,7 @@ final class HTTPRequest { $newRequest->execute(); // update data with data from the inner request + $this->url = $newRequest->url; $this->statusCode = $newRequest->statusCode; $this->replyHeaders = $newRequest->replyHeaders; $this->replyBody = $newRequest->replyBody; -- 2.20.1