diff --git a/lib/util.php b/lib/util.php index 624d3b7e70..621fdc1371 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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();