[REF] move gathering of location info to relevant function
authoreileen <emcnaughton@wikimedia.org>
Sat, 27 Apr 2019 04:13:00 +0000 (16:13 +1200)
committereileen <emcnaughton@wikimedia.org>
Sat, 27 Apr 2019 04:20:08 +0000 (16:20 +1200)
commit35e0e03e09f27ea197afc230eb5c419d8855b14b
tree74b6337acab5b1b4e352072f51be0750044f68a8
parentb632d5ee03738bb8e81fac0175bff93e5c2f124a
[REF] move gathering of location info to relevant function

We have a loop that parses the migrationInfo to get just location fields which we loop through, but
migrationInfo is already available in the moveLocationInfo fn so we can just handle that param in there
& improve code readability (we do a little less array looping but it's pretty cheap & the code
readabiliity is a real issue here
CRM/Dedupe/Merger.php