From d85abfea5c720cd07d4a7358138b55f34af98c8d Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 26 May 2015 10:55:05 +0800 Subject: Bug 1168190: "See Also" should accept webcompat.com/issues/ - prefixed URLs --- 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 f59ec3601..c5974d4ad 100644 --- a/Bugzilla/BugUrl.pm +++ b/Bugzilla/BugUrl.pm @@ -71,6 +71,7 @@ use constant SUB_CLASSES => qw( Bugzilla::BugUrl::SourceForge Bugzilla::BugUrl::GitHub Bugzilla::BugUrl::MozSupport + Bugzilla::BugUrl::WebCompat ); ############################### -- cgit v1.2.3-24-g4f1b