new importfiles
This commit is contained in:
@@ -62,7 +62,7 @@ class HiltesImportCommand extends Command
|
||||
|
||||
$r = $hiltesImport->startImport();
|
||||
|
||||
if($r['error']){
|
||||
if(isset($r['error'])){
|
||||
$io->error($r['text']);
|
||||
$this->logger->error($r['text']);
|
||||
return Command::FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user