fix typo in showstream

This commit is contained in:
Brion Vibber 2010-12-17 16:21:33 -08:00
parent 146d6b8b73
commit c0669969f2
1 changed files with 1 additions and 1 deletions

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