From: Hypolite Petovan Date: Fri, 6 Dec 2019 01:05:47 +0000 (-0500) Subject: Restore correct test for hidewall in ACL::getFullSelectorHTML X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7cfe05f849812b744d893d73d1786f9025bcd6ff;p=friendica.git Restore correct test for hidewall in ACL::getFullSelectorHTML --- diff --git a/src/Core/ACL.php b/src/Core/ACL.php index e6dd1a8f32..044f61aebc 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -367,7 +367,7 @@ class ACL extends BaseObject } } - if ($default_permissions['hidewall']) { + if (!$default_permissions['hidewall']) { if ($mail_enabled) { $jotnets_fields[] = [ 'type' => 'checkbox',