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 deprecated call to loadRelatedObjects #24088

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

This function has been deprecated for about 18 months. I'm just removing the last place where core IPNs call the function it calls - so it makes sense to remove the deprecated function (I've left the others on the class for now as they are not my current focus)

image

@civibot
Copy link

civibot bot commented Jul 29, 2022

(Standard links)

* @return bool|array
* @throws \CRM_Core_Exception
*/
public function loadObjects($input, &$ids, &$objects, $required, $paymentProcessorID) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eileenmcnaughton you also need to drop the loadObject call in L134 above!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@monishdeb thanks - done

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.

3 participants