mirror of
https://github.com/friendica/friendica
synced 2024-11-19 23:03:41 +00:00
Restore correct test for hidewall in ACL::getFullSelectorHTML
This commit is contained in:
parent
6ffe3c449c
commit
7cfe05f849
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ class ACL extends BaseObject
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($default_permissions['hidewall']) {
|
if (!$default_permissions['hidewall']) {
|
||||||
if ($mail_enabled) {
|
if ($mail_enabled) {
|
||||||
$jotnets_fields[] = [
|
$jotnets_fields[] = [
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
|
Loading…
Reference in a new issue