@@ -46,17 +46,17 @@ public function preProcess() {
4646 $ this ->assign ('savedMappingName ' , $ mappingId ? $ mapDAO ->name : NULL );
4747
4848 if ($ invalidRowCount ) {
49- $ urlParams = 'type= ' . CRM_Import_Parser::ERROR . '&parser=CRM_Event_Import_Parser ' ;
49+ $ urlParams = 'type= ' . CRM_Import_Parser::ERROR . '&parser=CRM_Event_Import_Parser_Participant ' ;
5050 $ this ->set ('downloadErrorRecordsUrl ' , CRM_Utils_System::url ('civicrm/export ' , $ urlParams ));
5151 }
5252
5353 if ($ conflictRowCount ) {
54- $ urlParams = 'type= ' . CRM_Import_Parser::CONFLICT . '&parser=CRM_Event_Import_Parser ' ;
54+ $ urlParams = 'type= ' . CRM_Import_Parser::CONFLICT . '&parser=CRM_Event_Import_Parser_Participant ' ;
5555 $ this ->set ('downloadConflictRecordsUrl ' , CRM_Utils_System::url ('civicrm/export ' , $ urlParams ));
5656 }
5757
5858 if ($ mismatchCount ) {
59- $ urlParams = 'type= ' . CRM_Import_Parser::NO_MATCH . '&parser=CRM_Event_Import_Parser ' ;
59+ $ urlParams = 'type= ' . CRM_Import_Parser::NO_MATCH . '&parser=CRM_Event_Import_Parser_Participant ' ;
6060 $ this ->set ('downloadMismatchRecordsUrl ' , CRM_Utils_System::url ('civicrm/export ' , $ urlParams ));
6161 }
6262
@@ -139,11 +139,11 @@ public function postProcess() {
139139 fclose ($ fd );
140140
141141 $ this ->set ('errorFile ' , $ errorFile );
142- $ urlParams = 'type= ' . CRM_Import_Parser::ERROR . '&parser=CRM_Event_Import_Parser ' ;
142+ $ urlParams = 'type= ' . CRM_Import_Parser::ERROR . '&parser=CRM_Event_Import_Parser_Participant ' ;
143143 $ this ->set ('downloadErrorRecordsUrl ' , CRM_Utils_System::url ('civicrm/export ' , $ urlParams ));
144- $ urlParams = 'type= ' . CRM_Import_Parser::CONFLICT . '&parser=CRM_Event_Import_Parser ' ;
144+ $ urlParams = 'type= ' . CRM_Import_Parser::CONFLICT . '&parser=CRM_Event_Import_Parser_Participant ' ;
145145 $ this ->set ('downloadConflictRecordsUrl ' , CRM_Utils_System::url ('civicrm/export ' , $ urlParams ));
146- $ urlParams = 'type= ' . CRM_Import_Parser::NO_MATCH . '&parser=CRM_Event_Import_Parser ' ;
146+ $ urlParams = 'type= ' . CRM_Import_Parser::NO_MATCH . '&parser=CRM_Event_Import_Parser_Participant ' ;
147147 $ this ->set ('downloadMismatchRecordsUrl ' , CRM_Utils_System::url ('civicrm/export ' , $ urlParams ));
148148 }
149149 }
0 commit comments