]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Merge branch '0.9.x' into testing
[quix0rs-gnu-social.git] / actions / showstream.php
index 5a22bdf288ba02365f999aab7fd5b9f35e1c0091..8a67d3fc9c764d07a4e4cf84628fa022e2c28bc9 100644 (file)
@@ -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');