diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 11:51:48 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 11:51:48 +0100 |
commit | 447e2b8e353398c7b42c8e7449c98ffce9af3e9b (patch) | |
tree | 1841df1a03f4a87628387d7ff851a1034ea68a69 /lib/noticesection.php | |
parent | d06a929d703e0ad776230234b3d821a83f22d492 (diff) |
Bad link for popular notices
Diffstat (limited to 'lib/noticesection.php')
-rw-r--r-- | lib/noticesection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticesection.php b/lib/noticesection.php index 7dfa0472d..aa8e03229 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -80,7 +80,7 @@ class NoticeSection extends Section $this->out->elementStart('a', array('title' => ($profile->fullname) ? $profile->fullname : $profile->nickname, - 'href' => $profile->noticeurl, + 'href' => $profile->profileurl, 'class' => 'url')); $this->out->element('img', array('src' => (($avatar) ? common_avatar_display_url($avatar) : common_default_avatar(AVATAR_MINI_SIZE)), 'width' => AVATAR_MINI_SIZE, |