Skip to content

Commit

Permalink
Merge pull request #23113 from eileenmcnaughton/silly5
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
colemanw authored Apr 6, 2022
2 parents eeee3b8 + 83c46ac commit 29fb5af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Contribute/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class CRM_Contribute_Import_Form_DataSource extends CRM_Import_Form_DataSource {
public function buildQuickForm() {
parent::buildQuickForm();

$duplicateOptions = [];
$this->addRadio('onDuplicate', ts('Import mode'), [
CRM_Import_Parser::DUPLICATE_SKIP => ts('Insert new contributions'),
CRM_Import_Parser::DUPLICATE_UPDATE => ts('Update existing contributions'),
Expand Down

0 comments on commit 29fb5af

Please sign in to comment.