From 0ee3b6c57fd92c6f5a44e56c5b73c6b5bf06214e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 11:11:03 -0400 Subject: [PATCH] fix copy-and-paste error darcs-hash:20080618151103-84dde-f3af75746f3f240c0fad2e0fec1d01459df9e48e.gz --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/shownotice.php b/actions/shownotice.php index cc4149d482..04dd901111 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'));