]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Bad link for popular notices
authorEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 10:51:48 +0000 (11:51 +0100)
committerEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 10:51:48 +0000 (11:51 +0100)
lib/noticesection.php

index 7dfa0472d32d5f9be01ee0ac2848122e6d055723..aa8e0322985c91fd7a49e95fe13fcfdf1fe0604c 100644 (file)
@@ -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,