Merge branch 'master' into po
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 26 Jan 2009 18:05:38 +0000 (13:05 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 26 Jan 2009 18:05:38 +0000 (13:05 -0500)
1  2 
IkiWiki.pm
IkiWiki/Plugin/blogspam.pm
IkiWiki/Plugin/editpage.pm
IkiWiki/Plugin/remove.pm

diff --cc IkiWiki.pm
Simple merge
index d4b5b36d51e4417f497c234ced17f56482851091,cbd9859a533cf58dba27e1af20dc04368ab66e5e..58303418f7b4a137d43264879d20b209a13c4e93
@@@ -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} : "",
Simple merge
Simple merge