From b673c804be153c70554c1d3adf43e6ccc85cc308 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 30 Dec 2016 02:34:26 -0800 Subject: profile clone issue with dev --- include/import.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/import.php b/include/import.php index e3d3e7e81..61134000a 100644 --- a/include/import.php +++ b/include/import.php @@ -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'); -- cgit v1.2.3