fix null type

This commit is contained in:
Dennis Eichhorn 2023-10-23 01:43:19 +00:00
parent e29901ab09
commit 7f8d825f60

View File

@ -6135,7 +6135,7 @@ class Otl
if ($available == '') {
return '';
}
$tags = preg_split('/-/', $ietf);
$tags = preg_split('/-/', $ietf ?? '');
$lang = '';
$country = '';
$script = '';