From c0669969f28f957d13ad39cdd5ec01509ed47aac Mon Sep 17 00:00:00 2001
From: Brion Vibber <brion@pobox.com>
Date: Fri, 17 Dec 2010 16:21:33 -0800
Subject: [PATCH] fix typo in showstream

---
 actions/showstream.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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