Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused parameter #15953

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Removes a parameter that is unused

Before

There are 3 calls to writeCSVFile - none of them pass in saveFile but it is available as an option

After

$saveFile parameter removed

Technical Details

Comments

The function called is hard going & can be replaced by our phpleague package once the inputs & outputs make sense

There are 3 calls to writeCSVFile - none of them pass in saveFile so it can be removed
@civibot
Copy link

civibot bot commented Nov 25, 2019

(Standard links)

@civibot civibot bot added the master label Nov 25, 2019
@mlutfy
Copy link
Member

mlutfy commented Nov 25, 2019

There is a small risk that it could impact extensions, but I did a quick search and could not find any. Seems OK to merge. Will wait a bit in case anyone else has feedback.

@eileenmcnaughton
Copy link
Contributor Author

Yeah extensions should be using clever libraries not hacky non-api functions for this!

@colemanw colemanw merged commit 9f52576 into civicrm:master Nov 25, 2019
@eileenmcnaughton eileenmcnaughton deleted the export_bom2 branch November 25, 2019 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants