summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,