correct url for new message form
darcs-hash:20080924210254-5ed1f-2c6fd16b9be0dafb3b72ef23b53193db5e188b46.gz
This commit is contained in:
parent
fc7663e86a
commit
72b4196db1
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user