Page MenuHomePhorge

D25180.1736869759.diff
No OneTemporary

D25180.1736869759.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
Tue, Jan 14, 15:49 (4 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112949
Default Alt Text
D25180.1736869759.diff (377 B)

Event Timeline