mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
typo
This commit is contained in:
@@ -1037,7 +1037,7 @@ function contact_block() {
|
||||
$rr['perminfo']['connperms'] .= t('Nothing');
|
||||
}
|
||||
|
||||
if($is_owner && $rr['perminfo']['connpermcount'] !== 0)
|
||||
if(!$is_owner && $rr['perminfo']['connpermcount'] !== 0)
|
||||
unset($rr['perminfo']);
|
||||
|
||||
$micropro[] = micropro($rr,true,'mpfriend');
|
||||
|
||||
Reference in New Issue
Block a user