summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-24 17:02:54 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-24 17:02:54 -0400
commit72b4196db1d2d2baffd84983dfb7e11f03a9f1aa (patch)
tree76b1d5adf7e708757a4308aa63be2c9db7299460 /lib
parentfc7663e86ab7fd00cace6cfc80dee60b25c83bdc (diff)
correct url for new message form
darcs-hash:20080924210254-5ed1f-2c6fd16b9be0dafb3b72ef23b53193db5e188b46.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 624d3b7e7..621fdc137 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();