Page MenuHomePhorge

D25164.1734675423.diff
No OneTemporary

D25164.1734675423.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, 06:17 (18 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016661
Default Alt Text
D25164.1734675423.diff (342 B)

Event Timeline