diff options
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 cc4149d48..04dd90111 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -41,7 +41,7 @@ class ShownoticeAction extends StreamAction { # Looks like we're good; show the header common_show_header($profile->nickname."'s status on ".common_date_string($notice->created), - NULL, $user, + NULL, $profile, array($this, 'show_top')); common_element_start('ul', array('id' => 'notices')); |