From 27946c102d9542bd0a36ccb0f3d167e0f18645c6 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 27 Sep 2010 22:43:30 -0700 Subject: animate the sparkler, author was getting sparkled on own page --- mod/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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'; } -- cgit v1.2.3