Page MenuHomePhorge

D25180.1734703413.diff
No OneTemporary

D25180.1734703413.diff

diff --git a/src/utils/utf8.php b/src/utils/utf8.php
--- a/src/utils/utf8.php
+++ b/src/utils/utf8.php
@@ -789,6 +789,9 @@
* @phutil-external-symbol function mb_convert_case
*/
function phutil_utf8_strtolower($str) {
+ if ($str === null) {
+ return '';
+ }
if (function_exists('mb_convert_case')) {
return mb_convert_case($str, MB_CASE_LOWER, 'UTF-8');
}

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 14:03 (14 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1018700
Default Alt Text
D25180.1734703413.diff (377 B)

Event Timeline