From: Joey Hess Date: Mon, 26 Jan 2009 18:05:38 +0000 (-0500) Subject: Merge branch 'master' into po X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/12eb056b33e1f01a63c4fcee408c9ac0d96c6b5e Merge branch 'master' into po --- 12eb056b33e1f01a63c4fcee408c9ac0d96c6b5e diff --cc IkiWiki/Plugin/blogspam.pm index d4b5b36d5,cbd9859a5..58303418f --- a/IkiWiki/Plugin/blogspam.pm +++ b/IkiWiki/Plugin/blogspam.pm @@@ -83,9 -83,9 +83,9 @@@ sub checkcontent (@) # and "buy". push @options, "exclude=stopwords"; - my $res = $client->send_request('testComment', { + my %req=( ip => $ENV{REMOTE_ADDR}, - comment => $params{content}, + comment => defined $params{diff} ? $params{diff} : $params{content}, subject => defined $params{subject} ? $params{subject} : "", name => defined $params{author} ? $params{author} : "", link => exists $params{url} ? $params{url} : "",