Skip to content

Commit

Permalink
Merge pull request #23393 from eileenmcnaughton/import_reg
Browse files Browse the repository at this point in the history
dev/core#3447 Fix for master-only-regression
  • Loading branch information
demeritcowboy authored May 7, 2022
2 parents 1142e02 + 0d1d27f commit e5bf54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contact/Import/Form/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public function submit($params) {
);
$parser->setUserJobID($this->getUserJobID());

$parser->run(NULL,
$parser->run(
$mapper,
CRM_Import_Parser::MODE_PREVIEW
);
Expand Down

0 comments on commit e5bf54b

Please sign in to comment.