Page MenuHomePhorge

D25164.1734701567.diff
No OneTemporary

D25164.1734701567.diff

diff --git a/src/utils/utils.php b/src/utils/utils.php
--- a/src/utils/utils.php
+++ b/src/utils/utils.php
@@ -1888,6 +1888,9 @@
* @return string URI encoded string, except for '/'.
*/
function phutil_escape_uri($string) {
+ if ($string === null) {
+ return '';
+ }
return str_replace('%2F', '/', rawurlencode($string));
}

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 13:32 (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016661
Default Alt Text
D25164.1734701567.diff (342 B)

Event Timeline