Restore correct test for hidewall in ACL::getFullSelectorHTML

pull/7909/head
Hypolite Petovan 2019-12-05 20:05:47 -05:00
rodzic 6ffe3c449c
commit 7cfe05f849
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',