mirror of
https://github.com/friendica/friendica
synced 2024-11-10 21:02:54 +00:00
Merge pull request #7909 from MrPetovan/bug/7902-acl-fixes
Restore correct test for hidewall in ACL::getFullSelectorHTML
This commit is contained in:
commit
f5a28e8bbf
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) {
|
||||
$jotnets_fields[] = [
|
||||
'type' => 'checkbox',
|
||||
|
|
Loading…
Reference in a new issue