summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-12-17 16:21:33 -0800
committerBrion Vibber <brion@pobox.com>2010-12-17 16:21:33 -0800
commitc0669969f28f957d13ad39cdd5ec01509ed47aac (patch)
treeb155cc3afc4a8cf31e2c42e16afd41c65986c843
parent146d6b8b735472a2ae4c2f8d2653243492651399 (diff)
fix typo in showstream
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 5a22bdf28..8a67d3fc9 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');