From 885c2187cf8d8a540127c020c246839ebdb9e040 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Fri, 1 Mar 2024 19:42:01 +0000 Subject: [PATCH] Change Galloway comparison party - Now elected under another party, use most recent party rather than oldest. --- classes/Member.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Member.php b/classes/Member.php index 25f7261449..62aa921b44 100644 --- a/classes/Member.php +++ b/classes/Member.php @@ -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";