Committer: gprochaev
LJSUP-7490. incorrect name in button and at the listU trunk/cgi-bin/LJ/Widget/AddCommunity.pm
Modified: trunk/cgi-bin/LJ/Widget/AddCommunity.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/AddCommunity.pm 2010-12-08 10:03:52 UTC (rev 17882) +++ trunk/cgi-bin/LJ/Widget/AddCommunity.pm 2010-12-08 10:04:54 UTC (rev 17883) @@ -21,7 +21,7 @@ } qw(caption form_text submit_button_caption); my $vert_id = $vertical ? $vertical->vert_id : undef; - my $vert_input = $vert_id ? "<input type='hidden' name='vert_id' value='$vert_id'>" : ''; + my $vert_input = "<input type='hidden' name='vert_id' value='".($vert_id ? $vert_id : 0)."'>"; return <<EOT; <div class="right-mod">