correct url for new message form

darcs-hash:20080924210254-5ed1f-2c6fd16b9be0dafb3b72ef23b53193db5e188b46.gz
This commit is contained in:
Evan Prodromou 2008-09-24 17:02:54 -04:00
parent fc7663e86a
commit 72b4196db1
1 changed files with 1 additions and 1 deletions

View File

@ -1693,7 +1693,7 @@ function common_message_form($content, $user, $to) {
common_element_start('form', array('id' => 'message_form',
'method' => 'post',
'action' => $this->self_url()));
'action' => common_local_url('newmessage')));
$mutual_users = $user->mutuallySubscribedUsers();