]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix copy-and-paste error
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:11:03 +0000 (11:11 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 15:11:03 +0000 (11:11 -0400)
darcs-hash:20080618151103-84dde-f3af75746f3f240c0fad2e0fec1d01459df9e48e.gz

actions/shownotice.php

index cc4149d48283b516f815404d266892fc71fbe8c9..04dd9011112760c092f57f03ce1e91970fd7c03c 100644 (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'));