[bugzilla-gnome-org-customizations/production] fix isspam typo
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations/production] fix isspam typo
- Date: Thu, 5 Jan 2017 19:38:06 +0000 (UTC)
commit 0221ab694b2fd0cc0ff6d0adb52af13f00a4fb94
Author: Olav Vitters <olav vitters nl>
Date: Thu Jan 5 20:37:58 2017 +0100
fix isspam typo
extensions/AntiSpam/Extension.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/AntiSpam/Extension.pm b/extensions/AntiSpam/Extension.pm
index 2485acc..bff3858 100644
--- a/extensions/AntiSpam/Extension.pm
+++ b/extensions/AntiSpam/Extension.pm
@@ -51,7 +51,7 @@ sub bug_end_of_create_validators {
my @spam_strings = grep($_ !~ /^\s*$/, split(/\n+/, Bugzilla->params->{"spam-strings"}));
my @spam_regexps = grep($_ !~ /$\s*$/, split(/\n/, Bugzilla->params->{"spam-strings"}));
- my $ispam = 0;
+ my $isspam = 0;
foreach my $spamword (@spam_strings) {
if (index($short_desc, $spamword) != -1) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]