From: Evan Prodromou Date: Wed, 24 Sep 2008 21:02:54 +0000 (-0400) Subject: correct url for new message form X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72b4196db1d2d2baffd84983dfb7e11f03a9f1aa;p=quix0rs-gnu-social.git correct url for new message form darcs-hash:20080924210254-5ed1f-2c6fd16b9be0dafb3b72ef23b53193db5e188b46.gz --- 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();