Stop passing ids to membership::create from createRelatedMemberships
authoreileen <emcnaughton@wikimedia.org>
Thu, 16 Apr 2020 05:54:24 +0000 (17:54 +1200)
committereileen <emcnaughton@wikimedia.org>
Thu, 16 Apr 2020 05:54:24 +0000 (17:54 +1200)
commitdb0cbfd05928357ca0e4460cb41a4afc0b4cedfe
tree7f048c0cfc516c5a95fd5752d3be140655c59890
parentcb8ccf00a712f129f5acfcf76c4a6d9e86dadb2e
Stop passing ids to membership::create from createRelatedMemberships

We are passing in an empty array. Per the code comments there was concern that the array might NOT be empty after calling
create & that needed to be checked out. However, I just went through it & concluded that values in the ids var would
only ever be set if ids['membership'] was passed in - so if it goes in empty it will come out empty
CRM/Member/BAO/Membership.php