]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix typo in showstream
authorBrion Vibber <brion@pobox.com>
Sat, 18 Dec 2010 00:21:33 +0000 (16:21 -0800)
committerBrion Vibber <brion@pobox.com>
Sat, 18 Dec 2010 00:21:33 +0000 (16:21 -0800)
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');