Remove handling for always truthy var being false
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 15 Dec 2021 22:19:50 +0000 (11:19 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 15 Dec 2021 22:19:50 +0000 (11:19 +1300)
commitd40d990dbc708f8c9509ae0cfe8272f63bbe927f
tree37cf7249b38c214e6a7c49827ea8076ad507f921
parente6585389856ba90de98ab54b5c7987b887963e96
Remove handling for always truthy var being false

In a previous unshared life the code in this function supported contact being null

However, in it's unshared version contactID is always an integer (in the merge context). This strips
out the now-irrelevant code.

Further cleanup to follow ... it's not clear this function is doing
anything of value at all but some unwravelling required
CRM/Dedupe/Merger.php