summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl/JIRA.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-28 00:39:23 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-28 00:39:23 +0100
commit02414dc53b2f932d0477ef03d3913bc12ff924dd (patch)
tree1d008bd9d44ed7c1fbb42434f61aea7b77e4571b /Bugzilla/BugUrl/JIRA.pm
parent2fdfa60f167cbbee507351fba19c8e01880d9ae6 (diff)
parenta8fd4c69ba96a7f751859db566bda85142e0beb2 (diff)
downloadbugzilla-02414dc53b2f932d0477ef03d3913bc12ff924dd.tar.gz
bugzilla-02414dc53b2f932d0477ef03d3913bc12ff924dd.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/BugUrl/JIRA.pm')
-rw-r--r--Bugzilla/BugUrl/JIRA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugUrl/JIRA.pm b/Bugzilla/BugUrl/JIRA.pm
index 97014e8a2..d0adcfed8 100644
--- a/Bugzilla/BugUrl/JIRA.pm
+++ b/Bugzilla/BugUrl/JIRA.pm
@@ -31,7 +31,7 @@ use Bugzilla::Util;
sub should_handle {
my ($class, $uri) = @_;
- return ($uri->path =~ m|/browse/[A-Z]+-\d+$|) ? 1 : 0;
+ return ($uri->path =~ m|/browse/[A-Z][A-Z]+-\d+$|) ? 1 : 0;
}
sub _check_value {