summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@redhat.com>2014-05-19 21:00:50 +0200
committerDavid Lawrence <dkl@redhat.com>2014-05-19 21:00:50 +0200
commit9365f5f3c2720e0eaa0fb7ee40a0c5b201287843 (patch)
tree97970ccbec6a417e6178340c8c98f3e181d5e45a /Bugzilla/BugUrl.pm
parent3f35dd081156d231710553099f01f40481aa187a (diff)
downloadbugzilla-9365f5f3c2720e0eaa0fb7ee40a0c5b201287843.tar.gz
bugzilla-9365f5f3c2720e0eaa0fb7ee40a0c5b201287843.tar.xz
Bug 1009215 - add support for support.mozilla.org links to see_also
r=glob
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 784600984..f59ec3601 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -70,6 +70,7 @@ use constant SUB_CLASSES => qw(
Bugzilla::BugUrl::MantisBT
Bugzilla::BugUrl::SourceForge
Bugzilla::BugUrl::GitHub
+ Bugzilla::BugUrl::MozSupport
);
###############################