profile clone issue with dev

This commit is contained in:
zotlabs
2016-12-30 02:34:26 -08:00
parent 03a1086ba3
commit b673c804be
2 changed files with 2 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ function import_profiles($channel,$profiles) {
unset($profile['id']);
$profile['aid'] = get_account_id();
$profile['uid'] = $channel['channel_id'];
unset($profile['profile_vcard']);
convert_oldfields($profile,'name','fullname');
convert_oldfields($profile,'with','partner');