diff options
author | Tiago Mello <timello@gmail.com> | 2011-06-12 22:52:23 -0300 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-06-12 22:52:23 -0300 |
commit | b394ae8af69ff1ac1f725bb517d91caa92861ae2 (patch) | |
tree | cbeb4ad7c616f176421b59562c8cf873efc452ee /extensions/Example | |
parent | b468c6e0c76d557b62ba9bcc05945437c465d06d (diff) | |
download | bugs-b394ae8af69ff1ac1f725bb517d91caa92861ae2.tar bugs-b394ae8af69ff1ac1f725bb517d91caa92861ae2.tar.gz bugs-b394ae8af69ff1ac1f725bb517d91caa92861ae2.tar.bz2 bugs-b394ae8af69ff1ac1f725bb517d91caa92861ae2.tar.xz bugs-b394ae8af69ff1ac1f725bb517d91caa92861ae2.zip |
Bug 663696: Remove 'config' hook example from the Example extension
r/a=mkanat
Diffstat (limited to 'extensions/Example')
-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) = @_; |