diff options
author | Brion Vibber <brion@pobox.com> | 2010-12-17 17:13:21 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-12-17 17:13:21 -0800 |
commit | d8a3a88ec8eae3134694c98e5a9ae42bc30b289f (patch) | |
tree | 22554406da875404d3417edd91eaeaeef0bb693c /actions/showstream.php | |
parent | bf59eaf602c8319d5ae99d9809b4d4867cb632cd (diff) | |
parent | fb8312ebf4537033077917d0003f716206d0d23d (diff) |
Merge branch '0.9.x' into 1.0.x
Conflicts:
classes/Memcached_DataObject.php
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
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'); |