From 823c0e4a586aa3207d9c380d0cba8e46a65989b3 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Sun, 13 Feb 2011 19:10:08 -0800 Subject: Bug 621122: Add support for MantisBT URLs in "see also". [r=timello a=mkanat] --- 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 4c22d0612..b64afb3ce 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -63,6 +63,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::Debian Bugzilla::BugUrl::JIRA Bugzilla::BugUrl::Trac + Bugzilla::BugUrl::MantisBT ); ############################### -- cgit v1.2.3-24-g4f1b