diff options
author | Tiago Mello <timello@gmail.com> | 2011-06-13 03:52:23 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-06-13 03:52:23 +0200 |
commit | b394ae8af69ff1ac1f725bb517d91caa92861ae2 (patch) | |
tree | cbeb4ad7c616f176421b59562c8cf873efc452ee | |
parent | b468c6e0c76d557b62ba9bcc05945437c465d06d (diff) | |
download | bugzilla-b394ae8af69ff1ac1f725bb517d91caa92861ae2.tar.gz bugzilla-b394ae8af69ff1ac1f725bb517d91caa92861ae2.tar.xz |
Bug 663696: Remove 'config' hook example from the Example extension
r/a=mkanat
-rw-r--r-- | extensions/Example/Extension.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/Example/Extension.pm b/extensions/Example/Extension.pm index 81cebf4fa..4498d2b22 100644 --- a/extensions/Example/Extension.pm +++ b/extensions/Example/Extension.pm @@ -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) = @_; |