fix minor error in importer
This commit is contained in:
parent
125aee6c00
commit
d5def1b539
|
@ -692,7 +692,7 @@ abstract class Importer {
|
|||
$singleItemMetadata->set_value( $values );
|
||||
$itemMetadataArray[] = $singleItemMetadata;
|
||||
} else {
|
||||
$this->add_error_log('Metadata ' . $field_source . ' not found');
|
||||
$this->add_error_log('Metadata ' . $metadatum_source . ' not found');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue