- fixed using "'" symbols in emails. There is possible to register with it and login after that. Closed #1059;

This commit is contained in:
Nikita Sinelnikov
2022-10-24 16:22:04 +03:00
parent b547d899bc
commit af13de140a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2107,7 +2107,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
update_user_meta( $this->id, $key, $value );
}
} else {
$args[ $key ] = esc_attr( $changes[ $key ] );
$args[ $key ] = $changes[ $key ];
}
}