diff options
author | Mario <mario@mariovavti.com> | 2021-06-28 08:37:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-28 08:37:05 +0000 |
commit | d322feeb54d087897e642dbd647a429a9b4beeff (patch) | |
tree | a0b7e81d19f36ed3ae6ba554bbb8a892d3287b94 /Zotlabs/Module/Acl.php | |
parent | 842c7b31fb6e34c537d6ebf671327c5a114e573a (diff) | |
download | volse-hubzilla-d322feeb54d087897e642dbd647a429a9b4beeff.tar.gz volse-hubzilla-d322feeb54d087897e642dbd647a429a9b4beeff.tar.bz2 volse-hubzilla-d322feeb54d087897e642dbd647a429a9b4beeff.zip |
more deprecate legacy zot
Diffstat (limited to 'Zotlabs/Module/Acl.php')
-rw-r--r-- | Zotlabs/Module/Acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Acl.php b/Zotlabs/Module/Acl.php index 7373de899..aeb02eeaa 100644 --- a/Zotlabs/Module/Acl.php +++ b/Zotlabs/Module/Acl.php @@ -371,7 +371,7 @@ class Acl extends \Zotlabs\Web\Controller { ); } if($type !== 'f') { - if (! array_key_exists($x[$lkey], $contacts) || ($contacts[$x[$lkey]]['net'] !== 'zot6' && ($g['net'] == 'zot6' || $g['net'] == 'zot'))) { + if (! array_key_exists($x[$lkey], $contacts) || ($contacts[$x[$lkey]]['net'] !== 'zot6' && $g['net'] == 'zot6')) { $contacts[$x[$lkey]] = array( "type" => "c", "photo" => $g['micro'], |