From ed35505e54bc271a930596eb139678b6b4332f28 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Wed, 18 Nov 2015 16:11:39 -0500 Subject: Bug 1223999 - Add See-Also support for aha.io features --- 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 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 -- cgit v1.2.3-24-g4f1b