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