summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorTiago Mello <timello@gmail.com>2011-02-16 18:41:08 +0100
committerTiago Mello <timello@gmail.com>2011-02-16 18:41:08 +0100
commitdf836fe5273bb31271230be3871dc0061ab0bd8f (patch)
treed0a04cfa2b036f658e33a99d8a496bdc211392a9 /Bugzilla/BugUrl.pm
parent0b8a6e8c9f20e305bea22b2b24953601b0918dd4 (diff)
downloadbugzilla-df836fe5273bb31271230be3871dc0061ab0bd8f.tar.gz
bugzilla-df836fe5273bb31271230be3871dc0061ab0bd8f.tar.xz
Bug 624522: Add support for SourceForge URLs in "see also"
r/a=mkanat
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm1
1 files changed, 1 insertions, 0 deletions
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
);
###############################