profile clone issue with dev
This commit is contained in:
parent
03a1086ba3
commit
b673c804be
2
boot.php
2
boot.php
@ -48,7 +48,7 @@ require_once('include/zid.php');
|
||||
|
||||
|
||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||
define ( 'STD_VERSION', '2.0' );
|
||||
define ( 'STD_VERSION', '2.0.1' );
|
||||
define ( 'ZOT_REVISION', '1.2' );
|
||||
|
||||
define ( 'DB_UPDATE_VERSION', 1185 );
|
||||
|
@ -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');
|
||||
|
Reference in New Issue
Block a user