summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 702edd732..14f629b6a 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -311,7 +311,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');