Skip to content

Commit

Permalink
Change Galloway comparison party
Browse files Browse the repository at this point in the history
- Now elected under another party, use most recent party rather than oldest.
  • Loading branch information
ajparsons committed Mar 4, 2024
1 parent 479832b commit 885c218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Member.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function cohortPartyComparisonDirection() {

// MPs who have switched parties but should be compared against their
// current party can go here.
$use_last_party = array(10172, 14031, 25873);
$use_last_party = array(10172, 14031, 25873, 10218);

if (in_array($person_id, $use_last_party)) {
$direction = "last";
Expand Down

0 comments on commit 885c218

Please sign in to comment.