aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-05-04 09:26:06 +0000
committerMario <mario@mariovavti.com>2020-05-04 09:26:06 +0000
commita40b882d723166313bacb04b67110fb31d960778 (patch)
treed01c5c02ed5e2431fb8325b089809eb65eda19e3
parent46242aeaae084191244008529703c964fa5b2d53 (diff)
downloadvolse-hubzilla-a40b882d723166313bacb04b67110fb31d960778.tar.gz
volse-hubzilla-a40b882d723166313bacb04b67110fb31d960778.tar.bz2
volse-hubzilla-a40b882d723166313bacb04b67110fb31d960778.zip
typo
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
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');