From df836fe5273bb31271230be3871dc0061ab0bd8f Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 16 Feb 2011 15:41:08 -0200 Subject: Bug 624522: Add support for SourceForge URLs in "see also" r/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 b64afb3ce..347d8d232 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -64,6 +64,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::JIRA Bugzilla::BugUrl::Trac Bugzilla::BugUrl::MantisBT + Bugzilla::BugUrl::SourceForge ); ############################### -- cgit v1.2.3-24-g4f1b