]> git.mxchange.org Git - friendica.git/blobdiff - mod/lockview.php
EN GB translation update THX AndyH3
[friendica.git] / mod / lockview.php
index af57730c8af68bba0c9f3706f7bde363339964f1..9f9dcfea421beee54a110ccb730cf17eb6ab50ab 100644 (file)
@@ -64,10 +64,10 @@ function lockview_content(App $a)
        /** @var ACLFormatter $aclFormatter */
        $aclFormatter = BaseObject::getClass(ACLFormatter::class);
 
-       $allowed_users = $aclFormatter->expand($item['allow_cid'] ?? '');
-       $allowed_groups = $aclFormatter->expand($item['allow_gid'] ?? '');
-       $deny_users = $aclFormatter->expand($item['deny_cid'] ?? '');
-       $deny_groups = $aclFormatter->expand($item['deny_gid'] ?? '');
+       $allowed_users = $aclFormatter->expand($item['allow_cid']);
+       $allowed_groups = $aclFormatter->expand($item['allow_gid']);
+       $deny_users = $aclFormatter->expand($item['deny_cid']);
+       $deny_groups = $aclFormatter->expand($item['deny_gid']);
 
        $o = L10n::t('Visible to:') . '<br />';
        $l = [];