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

Convert previously shared function from static to non-static #19231

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Dec 16, 2020

Overview

Convert previously shared function from static to non-static

Before

processConfirm is static

After

processConfirm is not static

Technical Details

This no longer needs to be static as it is no longer shared with other forms
(although it needs to be public to support the test class)

Comments

@civibot
Copy link

civibot bot commented Dec 16, 2020

(Standard links)

@civibot civibot bot added the master label Dec 16, 2020
This no longer needs to be static as it is no longer shared with other forms
(although it needs to be public to support the test class
@eileenmcnaughton
Copy link
Contributor Author

test this please

@seamuslee001
Copy link
Contributor

Looks good to me merging

@seamuslee001 seamuslee001 merged commit 657f2bd into civicrm:master Dec 16, 2020
@seamuslee001 seamuslee001 deleted the processConfirm branch December 16, 2020 21:43
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.

2 participants