diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 11:11:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 11:11:03 -0400 |
commit | 0ee3b6c57fd92c6f5a44e56c5b73c6b5bf06214e (patch) | |
tree | 9f697f9abee6db91afdc2010bcaae497a4c4e16f | |
parent | 56de8727405ce4c08c38adec2f830d845e528190 (diff) |
fix copy-and-paste error
darcs-hash:20080618151103-84dde-f3af75746f3f240c0fad2e0fec1d01459df9e48e.gz
-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')); |