summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/Extension.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-12-10 22:46:21 +0100
committerByron Jones <bjones@mozilla.com>2013-12-10 22:46:21 +0100
commite9af1600485761fb2f079d7d30a7be587bdec628 (patch)
tree619768ff19464df629d405c02ab82791ebad22ab /extensions/BMO/Extension.pm
parent94af61a890b8a465bbf8fef86b6273e51190e7b9 (diff)
downloadbugzilla-e9af1600485761fb2f079d7d30a7be587bdec628.tar.gz
bugzilla-e9af1600485761fb2f079d7d30a7be587bdec628.tar.xz
fix issue with switching to the super_user during checksetup
Diffstat (limited to 'extensions/BMO/Extension.pm')
-rw-r--r--extensions/BMO/Extension.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm
index 8449c831b..0542b4485 100644
--- a/extensions/BMO/Extension.pm
+++ b/extensions/BMO/Extension.pm
@@ -717,7 +717,9 @@ sub field_end_of_create {
# Create an IT bug so Mozilla's DBAs so they can update the grants for metrics
- if (Bugzilla->params->{'urlbase'} ne 'https://bugzilla.mozilla.org/') {
+ if (Bugzilla->params->{'urlbase'} ne 'https://bugzilla.mozilla.org/'
+ && Bugzilla->params->{'urlbase'} ne 'https://bugzilla.allizom.org/')
+ {
return;
}