- small notices fixed;

This commit is contained in:
nikitozzzzzzz
2018-02-23 15:16:19 +02:00
parent 7bd09d77c4
commit 9069c9f17e
3 changed files with 8 additions and 9 deletions
+1 -3
View File
@@ -208,10 +208,8 @@ if ( ! class_exists( 'Profile' ) ) {
if ( ! empty( $array ) ) {
foreach ( $array as $key ) {
$data = '';
if ( $key ) {
$data = array();
if ( isset( UM()->builtin()->all_user_fields[ $key ] ) ){
$data = UM()->builtin()->all_user_fields[ $key ];
}