zilogic wrote in changelog

[livejournal] r19875: LJSV-458: Anonymous comments requiring C...

Committer: amyshkin
LJSV-458: Anonymous comments requiring CAPTCHA
U   trunk/cgi-bin/LJ/S2/ReplyPage.pm
Modified: trunk/cgi-bin/LJ/S2/ReplyPage.pm
===================================================================
--- trunk/cgi-bin/LJ/S2/ReplyPage.pm	2011-08-26 10:34:46 UTC (rev 19874)
+++ trunk/cgi-bin/LJ/S2/ReplyPage.pm	2011-08-29 02:24:26 UTC (rev 19875)
@@ -247,7 +247,7 @@
                                      'ditemid'   => $form->{'_ditemid'},
                                      'stylemine' => $form->{'_stylemine'},
                                      'form'      => $post_vars,
-                                     'do_captcha' => LJ::Talk::Post::require_captcha_test($remote, $u, $post_vars->{body}, $form->{'_ditemid'}),
+                                     'do_captcha' => LJ::Talk::Post::require_captcha_test($remote, $u, $post_vars->{body}, $form->{'_ditemid'}, 1),
                                    }),
                 );