From: Brion Vibber <brion@pobox.com>
Date: Sat, 18 Dec 2010 00:21:33 +0000 (-0800)
Subject: fix typo in showstream
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0669969f28f957d13ad39cdd5ec01509ed47aac;p=quix0rs-gnu-social.git

fix typo in showstream
---

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');