- fixed typo;

This commit is contained in:
Mykyta Synelnikov
2023-07-02 20:45:09 +03:00
parent dae94dd363
commit 77889c6070
+1 -1
View File
@@ -495,7 +495,7 @@ if ( ! class_exists( 'um\core\Form' ) ) {
$cf_metakeys[] = 'cover_photo';
if ( array_key_exists( 'show_bio', $this->form_data ) ) {
if ( ! emtpy( $this->form_data['show_bio'] ) ) {
if ( ! empty( $this->form_data['show_bio'] ) ) {
$cf_metakeys[] = UM()->profile()->get_show_bio_key( $this->form_data );
}
} else {