diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-30 02:34:26 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-30 02:34:26 -0800 |
commit | b673c804be153c70554c1d3adf43e6ccc85cc308 (patch) | |
tree | a1903c2dc042b2b0f1fbf98262cb8600bdc6fefa /include/import.php | |
parent | 03a1086ba36a6c30cea8cea178c26497ef879fd2 (diff) | |
download | volse-hubzilla-b673c804be153c70554c1d3adf43e6ccc85cc308.tar.gz volse-hubzilla-b673c804be153c70554c1d3adf43e6ccc85cc308.tar.bz2 volse-hubzilla-b673c804be153c70554c1d3adf43e6ccc85cc308.zip |
profile clone issue with dev
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |