diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 76fb913c..14e77b10 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -1628,7 +1628,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) { $array = ( isset( UM()->builtin()->predefined_fields[ $key ] ) ) ? UM()->builtin()->predefined_fields[ $key ] : UM()->builtin()->all_user_fields[ $key ]; } - if ( empty( $array['type'] ) { + if ( empty( $array['type'] ) ) { return ''; }