Page MenuHomePhorge

D25164.1742298512.diff
No OneTemporary

D25164.1742298512.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
Tue, Mar 18, 11:48 (1 w, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1133377
Default Alt Text
D25164.1742298512.diff (342 B)

Event Timeline