]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no instructions for 'to' dropdown
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:24:10 +0000 (22:24 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:24:10 +0000 (22:24 -0400)
darcs-hash:20080918022410-5ed1f-0c4f5ca478246d4d8e56a0b71419d179ea66ff2b.gz

actions/newmessage.php

index f134e89483c4d1d2db4f9dcfb70a327ccf9a0e9f..5aa3633234f3a74b1bde58f5e9f96e5c68da9818 100644 (file)
@@ -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');