diff options
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 5bda15d3f..1634a0f06 100644 --- a/mod/network.php +++ b/mod/network.php @@ -252,7 +252,7 @@ function network_content(&$a, $update = 0) { // Can we use our special contact URL for this author? if(strlen($item['author-link'])) { - if($item['author-link'] == $item['url']) { + if($item['author-link'] == $item['url'] && (! $item['self'])) { $profile_link = $redirect_url; $sparkle = ' sparkle'; } |