aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-22 20:53:47 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-22 20:53:47 -0500
commit6fb0ab580eab0149288c1ab1e7b67f3b2c69ecce (patch)
treedbea3c24080516e17839d4eb16fd2398358abbe1 /IkiWiki
parentede3962a540108aa055004bb3d7d5a673c500c89 (diff)
downloadikiwiki-6fb0ab580eab0149288c1ab1e7b67f3b2c69ecce.tar
ikiwiki-6fb0ab580eab0149288c1ab1e7b67f3b2c69ecce.tar.gz
fix typo
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/blogspam.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/blogspam.pm b/IkiWiki/Plugin/blogspam.pm
index 8462a6d1d..c482a5ae1 100644
--- 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)");