diff --git a/src/Command/ImportCMBBatteryDataCommand.php b/src/Command/ImportCMBBatteryDataCommand.php index 09ca7a09..9935b040 100644 --- a/src/Command/ImportCMBBatteryDataCommand.php +++ b/src/Command/ImportCMBBatteryDataCommand.php @@ -186,7 +186,7 @@ class ImportCMBBatteryDataCommand extends Command if (!(empty($sdfc))) { $this->addBattery($brand_sdfc, $sdfc); - $comp_batteries[] = $$this->batt_hash[$brand_sdfc][$brand_sdfc][$sdfc]; + $comp_batteries[] = $this->batt_hash[$brand_sdfc][$brand_sdfc][$sdfc]; } } @@ -195,7 +195,7 @@ class ImportCMBBatteryDataCommand extends Command if (!(empty($ultramax))) { $this->addBattery($brand_ultramax, $ultramax); - $comp_batteries[] = $$this->batt_hash[$brand_ultramax][$brand_ultramax][$ultramax]; + $comp_batteries[] = $this->batt_hash[$brand_ultramax][$brand_ultramax][$ultramax]; } }