diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-24 20:39:24 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-24 20:39:24 -0700 |
commit | b41218ca303b9fd8258fd613915d3c4b9fd411c0 (patch) | |
tree | c1b08bee4f7b3737e3717d4d5eb4be9b781dc044 /mod/contacts.php | |
parent | b8b227b32882fb511c8481a41c53637e7ce7707a (diff) | |
download | volse-hubzilla-b41218ca303b9fd8258fd613915d3c4b9fd411c0.tar.gz volse-hubzilla-b41218ca303b9fd8258fd613915d3c4b9fd411c0.tar.bz2 volse-hubzilla-b41218ca303b9fd8258fd613915d3c4b9fd411c0.zip |
workflow for federated/non-dfrn followers
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 746331ea5..bd5bf8ea8 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -271,7 +271,6 @@ function contacts_content(&$a) { default: break; } - if(($rr['network'] === 'dfrn') && ($rr['rel'])) { $url = "redir/{$rr['id']}"; $sparkle = ' class="sparkle" '; |