From 6d3b841922c630174db846a3ab133c2dcaf5a63e Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Sun, 13 Feb 2011 18:00:40 -0800 Subject: Bug 543667: Add support for Trac 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 17a3e9333..4c22d0612 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -62,6 +62,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::Google Bugzilla::BugUrl::Debian Bugzilla::BugUrl::JIRA + Bugzilla::BugUrl::Trac ); ############################### -- cgit v1.2.3-24-g4f1b