Committer: sbelyaev
LJSUP-9819: Journal is added to default user.U trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-10-11 11:19:20 UTC (rev 20282) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2011-10-11 11:53:08 UTC (rev 20283) @@ -448,7 +448,7 @@ my @choices; if ( $remote->is_personal ) { - push @choices, '' => $remote->username; + push @choices, $remote->username => $remote->username; } else { push @choices, '[none]' => LJ::Lang::ml('entryform.postto.select');