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
|
@ -437,7 +437,7 @@ function update_1332()
|
|||
$profiles = DBA::select('profile', [], $condition);
|
||||
|
||||
while ($profile = DBA::fetch($profiles)) {
|
||||
DI::profileField()->migrateFromProfile($profile);
|
||||
DI::profileField()->migrateFromLegacyProfile($profile);
|
||||
}
|
||||
DBA::close($profiles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue