From 72b4196db1d2d2baffd84983dfb7e11f03a9f1aa Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 24 Sep 2008 17:02:54 -0400 Subject: [PATCH] correct url for new message form darcs-hash:20080924210254-5ed1f-2c6fd16b9be0dafb3b72ef23b53193db5e188b46.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();