summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2015-11-18 22:11:39 +0100
committerDylan Hardison <dylan@mozilla.com>2015-11-18 22:11:39 +0100
commited35505e54bc271a930596eb139678b6b4332f28 (patch)
treeba56d1a34aaefd18a470b67b462fc343b16f64bc /Bugzilla/BugUrl.pm
parent36652801f98aacde4e6893a75a7ddeb9c6741782 (diff)
downloadbugzilla-ed35505e54bc271a930596eb139678b6b4332f28.tar.gz
bugzilla-ed35505e54bc271a930596eb139678b6b4332f28.tar.xz
Bug 1223999 - Add See-Also support for aha.io features
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 c5974d4ad..74a69e6f9 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -60,6 +60,7 @@ use constant VALIDATORS => {
# pick the first one that should handle the url. New
# subclasses should be added at the end of the list.
use constant SUB_CLASSES => qw(
+ Bugzilla::BugUrl::Aha
Bugzilla::BugUrl::Bugzilla::Local
Bugzilla::BugUrl::Bugzilla
Bugzilla::BugUrl::Launchpad