From: Evan Prodromou Date: Wed, 18 Jun 2008 15:11:03 +0000 (-0400) Subject: fix copy-and-paste error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ee3b6c57fd92c6f5a44e56c5b73c6b5bf06214e;p=quix0rs-gnu-social.git fix copy-and-paste error darcs-hash:20080618151103-84dde-f3af75746f3f240c0fad2e0fec1d01459df9e48e.gz --- 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'));