diff --git a/include/dfrn.php b/include/dfrn.php index 7d5020425b..2c013b070e 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -1137,7 +1137,7 @@ class dfrn { if ($dfrn_version >= 2.1) { - if (($contact['duplex'] && strlen($contact['pubkey'])) + if (($contact['duplex'] && strlen($contact['pubkey'])) { || ($owner['page-flags'] == PAGE_COMMUNITY && strlen($contact['pubkey'])) || ($contact['rel'] == CONTACT_IS_SHARING && strlen($contact['pubkey']))) {