summaryrefslogtreecommitdiff
path: root/lib/noticesection.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 11:51:48 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 11:51:48 +0100
commit447e2b8e353398c7b42c8e7449c98ffce9af3e9b (patch)
tree1841df1a03f4a87628387d7ff851a1034ea68a69 /lib/noticesection.php
parentd06a929d703e0ad776230234b3d821a83f22d492 (diff)
Bad link for popular notices
Diffstat (limited to 'lib/noticesection.php')
-rw-r--r--lib/noticesection.php2
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,