From: Evan Prodromou Date: Fri, 23 Jan 2009 10:51:48 +0000 (+0100) Subject: Bad link for popular notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=447e2b8e353398c7b42c8e7449c98ffce9af3e9b;p=quix0rs-gnu-social.git Bad link for popular notices --- diff --git a/lib/noticesection.php b/lib/noticesection.php index 7dfa0472d3..aa8e032298 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,