fix copy-and-paste error

darcs-hash:20080618151103-84dde-f3af75746f3f240c0fad2e0fec1d01459df9e48e.gz
This commit is contained in:
Evan Prodromou 2008-06-18 11:11:03 -04:00
parent 56de872740
commit 0ee3b6c57f
1 changed files with 1 additions and 1 deletions

View File

@ -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'));