From fb5f96302e408d10d56167f3e185675e6cffd6d1 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sun, 13 Feb 2011 17:57:50 -0800 Subject: Bug 558784: Add support for JIRA URLs in "see also". --- Bugzilla/BugUrl.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/BugUrl.pm') diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm index f4f0e410b..17a3e9333 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -61,6 +61,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::Launchpad Bugzilla::BugUrl::Google Bugzilla::BugUrl::Debian + Bugzilla::BugUrl::JIRA ); ############################### -- cgit v1.2.3-24-g4f1b