summaryrefslogtreecommitdiff
path: root/actions/newmessage.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-17 22:24:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-17 22:24:10 -0400
commit8ef9d9d0cc1fd1a4880b6941f4e4916c3f8b0e92 (patch)
tree5b8287aa18760b4a0c68522c1c89eccfde8fbc90 /actions/newmessage.php
parent892132549ea6674bcdae8097084cafde879a6f1b (diff)
no instructions for 'to' dropdown
darcs-hash:20080918022410-5ed1f-0c4f5ca478246d4d8e56a0b71419d179ea66ff2b.gz
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r--actions/newmessage.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php
index f134e8948..5aa363323 100644
--- a/actions/newmessage.php
+++ b/actions/newmessage.php
@@ -102,9 +102,7 @@ class NewmessageAction extends Action {
$mutual_users->free();
unset($mutual_users);
- common_dropdown('to', _('To'), $mutual,
- _('User you want to send a message to'), FALSE,
- $to->id);
+ common_dropdown('to', _('To'), $mutual, NULL, FALSE, $to->id);
common_element_start('p');