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

[NFC] Stop passing no-longer-part-of-signature variable #12329

Merged
merged 1 commit into from
Jun 18, 2018

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Stop passing a parameter no longer in the function signature

Before

CRM_Member_BAO_MembershipLog::add($membershipLog, CRM_Core_DAO::$_nullArray);

After

CRM_Member_BAO_MembershipLog::add($membershipLog);

Technical Details

the function now only takes one variable

Comments

This is a partial reviewers commit on #11556 - adding merge on pass

@civibot
Copy link

civibot bot commented Jun 17, 2018

(Standard links)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants