X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=f86fea8dfd4c227b34327acb36d45fdf2a4bb312;hb=dd8d9d7c70acc27bff59877f5782c2a455f6c3f4;hp=a038edf210dbe8799b66d8f021d3b1a21e20816a;hpb=a6a2efa18aedcfcd4ed3b04e9b41e2501cf8dddd;p=friendica.git diff --git a/update.php b/update.php index a038edf210..f86fea8dfd 100644 --- a/update.php +++ b/update.php @@ -1,7 +1,6 @@ migrateFromLegacyProfile($profile); + } + DBA::close($profiles); + + DBA::update('contact', ['profile-id' => null], ['`profile-id` IS NOT NULL']); + + return Update::SUCCESS; +}