DBC/Fixup

* fix broken locale string extraction after e164023b8a
This commit is contained in:
Sarjuuk
2024-06-19 01:34:35 +02:00
parent b5b62a5a62
commit 3d84870db8

View File

@@ -427,7 +427,7 @@ class DBC
$outIdx = $j + $offset;
if (isset($row[$outIdx]) && $type != 'S')
if (!empty($row[$outIdx]) && $type != 'S')
continue;
switch ($type)