Skip to content

Commit

Permalink
Fix membership edit
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Apr 24, 2024
1 parent 78a45c1 commit e04d8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eme-members.php
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ function eme_add_update_membership( $membership_id = 0 ) {
if ( preg_match( '/password/', $key ) ) {
$membership_properties[ $key ] = $value;
} else {
$membership_properties[ $found_key ] = eme_kses( $value );
$membership_properties[ $key ] = eme_kses( $value );
}
}
$membership['properties'] = $membership_properties;
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ See the FAQ section at the [Official site](https://www.e-dynamics.be/wordpress/)
* Better people-cleanup function
* Update dompdf to 2.0.7
* Make #_IS_USER_MEMBER_PENDING work
* Fix membership edit

= 2.4.39 (2024/04/18) =
* Show RSVP and task info overview in the event edit window too (in the sidebar), like in the events overview table
Expand Down

0 comments on commit e04d8a9

Please sign in to comment.