diff --git a/contrib/campaignwiki/submit.pl b/contrib/campaignwiki/submit.pl index 1dba44f2..a408a907 100644 --- a/contrib/campaignwiki/submit.pl +++ b/contrib/campaignwiki/submit.pl @@ -210,7 +210,9 @@ sub post_addition { summary => $title, username => GetParam('username'), pwd => GetParam('pwd')); + # spam fighting modules $params{$QuestionaskerSecretKey} = 1 if $QuestionaskerSecretKey; + $params{$HoneyPotOk} = time if $HoneyPotOk; my $response = $ua->post($site, \%params); if ($response->is_error) { print $q->p("The submission failed!");