]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Add Theme::getAllowedList method
[friendica.git] / update.php
index 4b0b2f2b6ad8cf715f900595fc4c7411b9516987..e619ec89dd9bbb569c3ecb4db27c863c16fdcab2 100644 (file)
@@ -161,7 +161,7 @@ function update_1191()
 function update_1203()
 {
        $r = q("UPDATE `user` SET `account-type` = %d WHERE `page-flags` IN (%d, %d)",
-               DBA::escape(Contact::ACCOUNT_TYPE_COMMUNITY),
+               DBA::escape(User::ACCOUNT_TYPE_COMMUNITY),
                DBA::escape(User::PAGE_FLAGS_COMMUNITY),
                DBA::escape(User::PAGE_FLAGS_PRVGROUP)
        );