mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields
This commit is contained in:
parent
8a354dac82
commit
5fecc9ecf7
11 changed files with 145 additions and 144 deletions
|
@ -206,7 +206,7 @@ function update_1332()
|
|||
$profiles = DBA::select('profile', [], $condition);
|
||||
|
||||
while ($profile = DBA::fetch($profiles)) {
|
||||
Profile::migrateFromLegacyProfile($profile);
|
||||
Profile::migrate($profile);
|
||||
}
|
||||
DBA::close($profiles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue