From 447e2b8e353398c7b42c8e7449c98ffce9af3e9b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 11:51:48 +0100 Subject: Bad link for popular notices --- lib/noticesection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3-54-g00ecf