X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FImport%2FForm%2FPreview.php;h=1877a10c18533a84d0d232e429e84229e57f31a2;hb=874c9be71a0eaece92406de8089dc7de42298084;hp=c039280087ed499d351092c564ddff773baf5a0d;hpb=c490a46ac4bf490d3fbb31e35d24c6b43e764f00;p=civicrm-core.git diff --git a/CRM/Contribute/Import/Form/Preview.php b/CRM/Contribute/Import/Form/Preview.php index c039280087..1877a10c18 100644 --- a/CRM/Contribute/Import/Form/Preview.php +++ b/CRM/Contribute/Import/Form/Preview.php @@ -1,7 +1,7 @@ controller->exportValue('DataSource', 'skipColumnHeader'); @@ -111,7 +110,6 @@ class CRM_Contribute_Import_Form_Preview extends CRM_Import_Form_Preview { * preview the file and extract some summary statistics * * @return void - * @access public */ public function postProcess() { $fileName = $this->controller->exportValue('DataSource', 'uploadFile'); @@ -136,7 +134,7 @@ class CRM_Contribute_Import_Form_Preview extends CRM_Import_Form_Preview { $mapperSoftCreditType[$key] = $mapperSoftCreditType[$key]['value']; } else { - $mapperSoftCredit[$key] = $mapperSoftCreditType[$key] = NULL; + $mapperSoftCredit[$key] = $mapperSoftCreditType[$key] = NULL; } } @@ -190,4 +188,3 @@ class CRM_Contribute_Import_Form_Preview extends CRM_Import_Form_Preview { } } } -