summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-07 22:16:38 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-07 22:16:38 +0100
commit5b1e4de2ceafa8dfe8ced53b94787559c5586fc1 (patch)
treee765e102ff9cf9b15ee2a8f4e2e0c29adbbd3dbb /Bugzilla/Flag.pm
parent240077ef7e91afb8cc89866c06fa2ca39d6a0c03 (diff)
downloadbugzilla-5b1e4de2ceafa8dfe8ced53b94787559c5586fc1.tar.gz
bugzilla-5b1e4de2ceafa8dfe8ced53b94787559c5586fc1.tar.xz
Bug 823153 - Duplicate bugs are created when requestee confirmation is required and SKIP_REQUESTEE_ON_ERROR is disabled
Diffstat (limited to 'Bugzilla/Flag.pm')
-rw-r--r--Bugzilla/Flag.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm
index ba91af85c..0828ddc7c 100644
--- a/Bugzilla/Flag.pm
+++ b/Bugzilla/Flag.pm
@@ -79,7 +79,7 @@ use constant AUDIT_CREATES => 0;
use constant AUDIT_UPDATES => 0;
use constant AUDIT_REMOVES => 0;
-use constant SKIP_REQUESTEE_ON_ERROR => 0;
+use constant SKIP_REQUESTEE_ON_ERROR => 1;
sub DB_COLUMNS {
my $dbh = Bugzilla->dbh;