From: Evan Prodromou <evan@controlyourself.ca>
Date: Thu, 18 Sep 2008 02:24:10 +0000 (-0400)
Subject: no instructions for 'to' dropdown
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ef9d9d0cc1fd1a4880b6941f4e4916c3f8b0e92;p=quix0rs-gnu-social.git

no instructions for 'to' dropdown

darcs-hash:20080918022410-5ed1f-0c4f5ca478246d4d8e56a0b71419d179ea66ff2b.gz
---

diff --git a/actions/newmessage.php b/actions/newmessage.php
index f134e89483..5aa3633234 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');