fix minor error in importer

This commit is contained in:
Leo Germani 2018-06-11 14:09:26 -03:00
parent 125aee6c00
commit d5def1b539
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
}