Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098872
D345.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 14, 7:06 AM
Size
603 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 7:06 AM (2 h, 54 m)
Engine
blob
Format
Raw Data
Handle
709676
Attached To
D345: INP-1748 - Follow location, when generating static version of Maintenance Page
D345.diff
View Options
Index: branches/5.2.x/core/units/configuration/configuration_event_handler.php
===================================================================
--- branches/5.2.x/core/units/configuration/configuration_event_handler.php
+++ branches/5.2.x/core/units/configuration/configuration_event_handler.php
@@ -496,6 +496,7 @@
/** @var kCurlHelper $curl_helper */
$curl_helper = $this->Application->recallObject('CurlHelper');
+ $curl_helper->followLocation = true;
$html = $curl_helper->Send($this->Application->BaseURL() . '?t=' . $template);
if ( $curl_helper->isGoodResponseCode() ) {
Event Timeline
Log In to Comment