From 9365f5f3c2720e0eaa0fb7ee40a0c5b201287843 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 19 May 2014 19:00:50 +0000 Subject: Bug 1009215 - add support for support.mozilla.org links to see_also r=glob --- 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 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 ); ############################### -- cgit v1.2.3-24-g4f1b