Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14835759
D14279.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
336 B
Referenced Files
None
Subscribers
None
D14279.diff
View Options
diff --git a/src/parser/PhutilURI.php b/src/parser/PhutilURI.php
--- a/src/parser/PhutilURI.php
+++ b/src/parser/PhutilURI.php
@@ -89,7 +89,7 @@
}
if ($this->query) {
- $query = '?'.http_build_query($this->query);
+ $query = '?'.http_build_query($this->query, '', '&');
} else {
$query = null;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 31, 10:44 PM (20 h, 20 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7079983
Default Alt Text
D14279.diff (336 B)
Attached To
Mode
D14279: Produce correct query strings from PhutilUri regardless of ini settings
Attached
Detach File
Event Timeline
Log In to Comment