Don't generate a new guid anymore when moving the account.

This commit is contained in:
Michael 2018-02-04 12:32:56 +00:00
parent d0c9e7939c
commit 69c851bd6f
1 changed files with 0 additions and 3 deletions

View File

@ -173,9 +173,6 @@ class UserImport
PConfig::set($newuid, 'system', 'previous_addr', $old_handle);
// Generate a new guid for the account. Otherwise there will be problems with diaspora
dba::update('user', ['guid' => generate_user_guid()], ['uid' => $newuid]);
foreach ($account['profile'] as &$profile) {
foreach ($profile as $k => &$v) {
$v = str_replace([$oldbaseurl, $oldaddr], [$newbaseurl, $newaddr], $v);