diff options
author | Mario <mario@mariovavti.com> | 2020-05-04 09:26:06 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-04 09:26:06 +0000 |
commit | a40b882d723166313bacb04b67110fb31d960778 (patch) | |
tree | d01c5c02ed5e2431fb8325b089809eb65eda19e3 /include/text.php | |
parent | 46242aeaae084191244008529703c964fa5b2d53 (diff) | |
download | volse-hubzilla-a40b882d723166313bacb04b67110fb31d960778.tar.gz volse-hubzilla-a40b882d723166313bacb04b67110fb31d960778.tar.bz2 volse-hubzilla-a40b882d723166313bacb04b67110fb31d960778.zip |
typo
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 2 |
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'); |