X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=8a67d3fc9c764d07a4e4cf84628fa022e2c28bc9;hb=9a6ceb3303a98d1c5fba3587f32d0377e55062cc;hp=5a22bdf288ba02365f999aab7fd5b9f35e1c0091;hpb=eb0495d10719f2be86f8f97e82aaa1b8bf923c7d;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 5a22bdf288..8a67d3fc9c 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -317,7 +317,7 @@ class ProfileNoticeListItem extends DoFollowListItem 'class' => 'url'); if (!empty($this->profile->fullname)) { - $attrs['title'] = $this->getFancyName(); + $attrs['title'] = $this->profile->getFancyName(); } $this->out->elementStart('span', 'repeat');