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

E-notice in 5.31 #27

Open
eileenmcnaughton opened this issue Oct 7, 2020 · 0 comments
Open

E-notice in 5.31 #27

eileenmcnaughton opened this issue Oct 7, 2020 · 0 comments

Comments

@eileenmcnaughton
Copy link

This line uses a throw away variable that is no longer returned in 5.31 & will give an enotice

It's not recommended / supported to call apiQuery directly so the recommended fix is to call the api

list($contacts, $_) = CRM_Contact_BAO_Query::apiQuery($params, array('contact_id'), NULL, NULL, 0, 0, TRUE, TRUE, FALSE);

Other affected places in civicoop code

Screen Shot 2020-10-08 at 10 36 02 AM

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

No branches or pull requests

1 participant