- fixed PHP issue;

This commit is contained in:
Mykyta Synelnikov
2023-12-05 10:25:43 +02:00
parent bbbe6812fd
commit e861b86911
+1 -1
View File
@@ -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 '';
}