diff options
author | Byron Jones <bjones@mozilla.com> | 2013-12-10 22:46:21 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-12-10 22:46:21 +0100 |
commit | e9af1600485761fb2f079d7d30a7be587bdec628 (patch) | |
tree | 619768ff19464df629d405c02ab82791ebad22ab /extensions/BMO | |
parent | 94af61a890b8a465bbf8fef86b6273e51190e7b9 (diff) | |
download | bugzilla-e9af1600485761fb2f079d7d30a7be587bdec628.tar.gz bugzilla-e9af1600485761fb2f079d7d30a7be587bdec628.tar.xz |
fix issue with switching to the super_user during checksetup
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/Extension.pm | 4 |
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; } |