Skip to content

Commit

Permalink
fixup! Display agreements in detailed policy page
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 21, 2024
1 parent 47239a5 commit 68ce1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/includes/easyparliament/member.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ public function date_in_memberships($house, $date){
if ($membership['entered_house'] <= $date && $membership['left_house'] >= $date) {
if ($membership['house'] == $house) {
return true;
} }
}
}
}
return false;
}
Expand Down

0 comments on commit 68ce1b7

Please sign in to comment.