Committer: anazarov
LJSUP-10629: Not displayed bubble with information "Notice! This user has turned on the option that logs IP addresses of anonymous posters." (S2)U trunk/cgi-bin/LJ/Talk.pm
Modified: trunk/cgi-bin/LJ/Talk.pm =================================================================== --- trunk/cgi-bin/LJ/Talk.pm 2011-12-02 12:31:18 UTC (rev 20679) +++ trunk/cgi-bin/LJ/Talk.pm 2011-12-02 14:36:52 UTC (rev 20680) @@ -2032,7 +2032,7 @@ ? '/talkpost.bml.logyourip' : '/talkpost.bml.loganonip'; - $show_logips = 1; + $show_logips = $logips; $ml_logcommentips = LJ::Lang::ml($mlkey); } @@ -2152,6 +2152,7 @@ 'basesubject' => $basesubject, 'author_options' => \@author_options, 'usertype_default' => $usertype_default, + 'usertype' => $usertype_default, 'extra_rows' => LJ::run_hook('extra_talkform_rows', { 'entry' => $entry,