summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-05-26 04:55:05 +0200
committerByron Jones <glob@mozilla.com>2015-05-26 04:55:05 +0200
commitd85abfea5c720cd07d4a7358138b55f34af98c8d (patch)
treed4a3ca6e9e04d2b9c955d52066c3f5e7482f258f /Bugzilla/BugUrl.pm
parentc115cd019aae6f7c96932eda67ce0336b8f2525b (diff)
downloadbugzilla-d85abfea5c720cd07d4a7358138b55f34af98c8d.tar.gz
bugzilla-d85abfea5c720cd07d4a7358138b55f34af98c8d.tar.xz
Bug 1168190: "See Also" should accept webcompat.com/issues/ - prefixed URLs
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 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
);
###############################