Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-01-20 16:46:22 +00:00
parent 0a5c41ce23
commit 713c9fdd6f

View file

@ -102,8 +102,8 @@ class LocationImporter extends ItemImporter
} else {
Log::debug($location->getErrors());
return $location->errors;
$this->logError($location, 'Location "'.$this->item['name'].'"');
return $location->errors;
}