diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 14:02:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-17 14:02:44 -0400 |
commit | e42de1ccc12351ac301ed97ef3f7c9d46b41f688 (patch) | |
tree | a7df614b38b1270b3af7fb76477a38bc64ae37ba /actions/showstream.php | |
parent | ae6ba61d433bbd7634adc734b277963c3d8522f3 (diff) |
fancy urls for show message, new message
darcs-hash:20080917180244-5ed1f-06e2ac2d8f094eacd12b316794b0599b57d76596.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index af0bcb809..9d871e41b 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -150,7 +150,7 @@ class ShowstreamAction extends StreamAction { $user = User::staticGet('id', $profile->id); if ($cur->id != $user->id && $cur->mutuallySubscribed($user)) { - common_element('a', array('href' => common_local_url('newmessage', array('nickname' => $user->nickname))), + common_element('a', array('href' => common_local_url('newmessage', array('to' => $user->id))), _('Send a message')); } |