Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed May 22, 2024
2 parents 4ace8e6 + ca8089e commit 0f2148b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CRM/Export/BAO/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,9 +1314,11 @@ public static function importError() {
readfile($errorFileName);
}
}
else {
CRM_Core_Error::debug_log_message('Import error file fetch error - unknown file: '."$qfKey $type $parserName");
CRM_Core_Error::fatal('Invalid parameters');
}

CRM_Core_Error::debug_log_message('Import error file fetch error - unknown file: '."$qfKey $type $parserName");
CRM_Core_Error::fatal('Invalid parameters');
CRM_Utils_System::civiExit();
}

Expand Down

0 comments on commit 0f2148b

Please sign in to comment.