diff options
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" '; |