Page MenuHomePhabricator

D14279.diff
No OneTemporary

D14279.diff

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

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)

Event Timeline