diff options
author | Evan Prodromou <evan@status.net> | 2010-10-18 11:29:52 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-18 11:29:52 -0400 |
commit | 7c05b0dafc609e978040e5612f6f6a86b0bb6420 (patch) | |
tree | bdf880a247ce8ca86f648a878e3f90cfe160c010 /actions/showstream.php | |
parent | 505ac6eba0e671e8823b5102de3caa0e0040c2cf (diff) |
options to nofollow external links in notices
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 e9f117afc..be61a7ce0 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -275,7 +275,7 @@ class ProfileNoticeList extends NoticeList } } -class ProfileNoticeListItem extends NoticeListItem +class ProfileNoticeListItem extends DoFollowListItem { function showAuthor() { |