aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Gentoo/Extension.pm')
-rw-r--r--extensions/Gentoo/Extension.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/Gentoo/Extension.pm b/extensions/Gentoo/Extension.pm
index 97402e88d..b79aee4b6 100644
--- a/extensions/Gentoo/Extension.pm
+++ b/extensions/Gentoo/Extension.pm
@@ -65,4 +65,9 @@ sub user_check_account_creation {
if $login =~ m/.+\@gentoo\.org$/;
}
+sub bug_url_sub_classes {
+ my ($self, $args) = @_;
+ push @{$args->{sub_classes}}, "Bugzilla::Extension::Gentoo::GentooBugzilla";
+}
+
__PACKAGE__->NAME;