]> git.mxchange.org Git - friendica.git/blobdiff - update.php
mysql connection via socket if location of mysqld.sock was specified
[friendica.git] / update.php
index 6e9c294c1fe5618fab763637fb4e5d3ccdee69bf..016fe8a2ec9f658cd16fb7060ab994fc810d1322 100644 (file)
@@ -1093,6 +1093,7 @@ function update_1451()
 {
        DBA::update('user', ['account-type' => User::ACCOUNT_TYPE_COMMUNITY], ['page-flags' => [User::PAGE_FLAGS_COMMUNITY, User::PAGE_FLAGS_PRVGROUP]]);
        DBA::update('contact', ['contact-type' => Contact::TYPE_COMMUNITY], ["`forum` OR `prv`"]);
+       DBA::update('contact', ['manually-approve' => true], ['prv' => true]);
 
        return Update::SUCCESS;
 }