|
@@ -243,6 +243,9 @@ class UpgradeCompound extends Command
|
|
|
if (isset($part['type']) && $part['type'] === ".v.") {
|
|
if (isset($part['type']) && $part['type'] === ".v.") {
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (empty($part['word'])) {
|
|
|
|
|
+ continue;
|
|
|
|
|
+ }
|
|
|
$resultCount++;
|
|
$resultCount++;
|
|
|
$new = array();
|
|
$new = array();
|
|
|
$new['word'] = $part['word'];
|
|
$new['word'] = $part['word'];
|