mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:44:25 +02:00
Rename migration method for clarity in Repository\ProfileField
This commit is contained in:
parent
a9695998e9
commit
451596f5b3
3 changed files with 3 additions and 3 deletions
|
@ -263,7 +263,7 @@ class UserImport
|
|||
$profile['id'] = DBA::lastInsertId();
|
||||
}
|
||||
|
||||
DI::profileField()->migrateFromProfile($profile);
|
||||
DI::profileField()->migrateFromLegacyProfile($profile);
|
||||
}
|
||||
|
||||
///@TODO Replace with permissionset import
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue