diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 22:43:30 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 22:43:30 -0700 |
commit | 27946c102d9542bd0a36ccb0f3d167e0f18645c6 (patch) | |
tree | 0ed0f807dec4749fb95954f9ac6284c849edca38 /mod | |
parent | 55351114facbe2a911b75e906c88b1b5ac5765bb (diff) | |
download | volse-hubzilla-27946c102d9542bd0a36ccb0f3d167e0f18645c6.tar.gz volse-hubzilla-27946c102d9542bd0a36ccb0f3d167e0f18645c6.tar.bz2 volse-hubzilla-27946c102d9542bd0a36ccb0f3d167e0f18645c6.zip |
animate the sparkler, author was getting sparkled on own page
Diffstat (limited to 'mod')
-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'; } |