Skip to content

Commit

Permalink
fixup! Store multiple comms opt-ins in database
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Oct 18, 2023
1 parent 3547aa7 commit ef165cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/includes/easyparliament/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public function _update($details) {
':lastname' => $details['lastname'],
':postcode' => $details['postcode'],
':url' => $details['url'],
':optin' => $details["optin"],
':optin' => $details['optin'],
':user_id' => $details['user_id']
)));

Expand Down

0 comments on commit ef165cf

Please sign in to comment.