diff options
author | Evan Prodromou <evan@status.net> | 2010-10-18 11:28:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-10-18 11:28:22 -0400 |
commit | 5329c5001cefeca2301ca28b2a75b6970197558b (patch) | |
tree | 7c2f8beb053cf5dbed13baaea11a8d31b3d0168d | |
parent | f550fefebfa53c95ad6603dc1655e53a3960c885 (diff) |
When nofollow|external=sometimes, do follow on notice page
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index c5180568b..5fc863486 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -311,7 +311,7 @@ class ShownoticeAction extends OwnerDesignAction } } -class SingleNoticeItem extends NoticeListItem +class SingleNoticeItem extends DoFollowListItem { /** * recipe function for displaying a single notice. |