mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed PHP issue;
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user