Commit b394ae8a authored by Tiago Mello's avatar Tiago Mello

Bug 663696: Remove 'config' hook example from the Example extension

r/a=mkanat
parent b468c6e0
......@@ -245,13 +245,6 @@ sub bugmail_relationships {
$relationships->{+REL_EXAMPLE} = 'Example';
}
sub config {
my ($self, $args) = @_;
my $config = $args->{config};
$config->{Example} = "Bugzilla::Extension::Example::Config";
}
sub config_add_panels {
my ($self, $args) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment