From a40b882d723166313bacb04b67110fb31d960778 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 4 May 2020 09:26:06 +0000 Subject: typo --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index 0202061ab..b13458e99 100644 --- a/include/text.php +++ b/include/text.php @@ -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'); -- cgit v1.2.3