Replace "hidewall" with "net-publish" / other "hidewall" stuff

This commit is contained in:
Michael 2020-02-20 17:24:41 +00:00
parent 90e23581f8
commit d03fb89494
3 changed files with 9 additions and 11 deletions

View file

@ -704,7 +704,7 @@ class Contact
return;
}
$fields = ['nickname', 'page-flags', 'account-type', 'hidewall'];
$fields = ['nickname', 'page-flags', 'account-type'];
$user = DBA::selectFirst('user', $fields, ['uid' => $uid]);
if (!DBA::isResult($user)) {
return;