summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2016-04-13 17:57:50 +0200
committerByron Jones <glob@mozilla.com>2016-04-13 18:00:08 +0200
commit197afbecb29bbc96f88c4868541a19172d86e485 (patch)
tree8633d4328553f1bad5620bfbbe26468a2466be30 /Bugzilla/BugUrl.pm
parent33f61556746e1729746342d802ca7ea9cea18caf (diff)
downloadbugzilla-197afbecb29bbc96f88c4868541a19172d86e485.tar.gz
bugzilla-197afbecb29bbc96f88c4868541a19172d86e485.tar.xz
Bug 1264207 - add support for the hellosplat tracker to 'see also'
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 c19f771f5..3b05057f8 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -75,6 +75,7 @@ use constant SUB_CLASSES => qw(
Bugzilla::BugUrl::Aha
Bugzilla::BugUrl::WebCompat
Bugzilla::BugUrl::ServiceNow
+ Bugzilla::BugUrl::Splat
);
###############################