projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ede3962
)
fix typo
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 23 Jan 2009 01:53:47 +0000
(20:53 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 23 Jan 2009 01:53:47 +0000
(20:53 -0500)
IkiWiki/Plugin/blogspam.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/blogspam.pm
b/IkiWiki/Plugin/blogspam.pm
index 8462a6d1d0bb9b730e74d6684a633217654cd02b..c482a5ae169b5c043795163d5586c90467aafef7 100644
(file)
--- a/
IkiWiki/Plugin/blogspam.pm
+++ b/
IkiWiki/Plugin/blogspam.pm
@@
-93,7
+93,7
@@
sub checkcontent (@) {
site => $config{url},
version => "ikiwiki ".$IkiWiki::version,
};
- my $res = $client->send_request('testComment', %req);
+ my $res = $client->send_request('testComment',
\
%req);
if (! ref $res || ! defined $res->value) {
debug("failed to get response from blogspam server ($url)");