mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-11 05:18:40 +00:00
fix null type
This commit is contained in:
parent
e29901ab09
commit
7f8d825f60
|
|
@ -6135,7 +6135,7 @@ class Otl
|
||||||
if ($available == '') {
|
if ($available == '') {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
$tags = preg_split('/-/', $ietf);
|
$tags = preg_split('/-/', $ietf ?? '');
|
||||||
$lang = '';
|
$lang = '';
|
||||||
$country = '';
|
$country = '';
|
||||||
$script = '';
|
$script = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user