diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-18 12:17:11 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-18 12:17:11 -0700 |
commit | 7765ddae81e9b29af06009d961b3d56b293f527c (patch) | |
tree | 0878a6c3341683966343af3ceaba682b3526c2de /actions/shownotice.php | |
parent | e0cb6d6f7fdda97cb6ed262f79706392e315c055 (diff) | |
parent | e04a6ef93ef7706671ba14f5108690bfe12c1592 (diff) |
Merge branch '0.9.x' into 1.0.x
Conflicts:
README
lib/default.php
Diffstat (limited to 'actions/shownotice.php')
-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 93d056aca..5b3ec93de 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -305,7 +305,7 @@ class ShownoticeAction extends OwnerDesignAction } } -class SingleNoticeItem extends NoticeListItem +class SingleNoticeItem extends DoFollowListItem { /** * recipe function for displaying a single notice. |