Stop passing ids as reference
authoreileen <emcnaughton@wikimedia.org>
Mon, 14 Dec 2020 03:28:41 +0000 (16:28 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 14 Dec 2020 03:28:41 +0000 (16:28 +1300)
commitbcbc2c645effde0fb685f294294cd9d216e412ca
treec154226718ff1b56146ebed5f7947ce56c09904d
parent5c7ad4a9835eef5851237df0bd408d3e29eeaf1e
Stop passing ids as reference

There are 3 remaining places in the code that call Membership::create with
the ids variable. From my digging none of them use ids afterwards
so there is no need to pass by reference
CRM/Member/BAO/Membership.php