]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Adapt ProfileField & Fix current PermissionSet Usage at ProfileFields
[friendica.git] / update.php
index d7598a33f5353e28a89a34c135a270f9cab96b8f..f5d3108300a916420794aac8f54306af669e4f83 100644 (file)
@@ -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);