diff options
author | Evan Prodromou <evan@status.net> | 2010-10-18 11:28:15 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-18 11:28:15 -0400 |
commit | f550fefebfa53c95ad6603dc1655e53a3960c885 (patch) | |
tree | a8a729b1ca6d55a77f29a6eecf3f3e58f798f0eb /actions | |
parent | f713b9f0fd78949fef46cdad00c78493dc0e0fc1 (diff) |
When nofollow|external=sometimes, do follow on profile page
Diffstat (limited to 'actions')
-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() { |