We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6399433 commit c36236bCopy full SHA for c36236b
app/Importer/AssetImporter.php
@@ -40,7 +40,7 @@ protected function handle($row)
40
// ItemImporter handles the general fetching.
41
parent::handle($row);
42
43
- if ($this->customFields) {
+ if (!is_null($this->customFields)) {
44
foreach ($this->customFields as $customField) {
45
$customFieldValue = $this->array_smart_custom_field_fetch($row, $customField);
46
0 commit comments