From 7ce9b17e54a32c62d92f0c5bf2101f5451a1560c Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 22 Apr 2010 11:08:39 -0700 Subject: Bug 539865: Make Bugzilla::Object pass $params to validators during create() (implement VALIDATOR_DEPENDENCIES) r=LpSolit, a=LpSolit --- extensions/Example/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/Example') diff --git a/extensions/Example/Extension.pm b/extensions/Example/Extension.pm index 26a91b789..87061aa06 100644 --- a/extensions/Example/Extension.pm +++ b/extensions/Example/Extension.pm @@ -415,7 +415,7 @@ sub object_end_of_set { sub object_end_of_set_all { my ($self, $args) = @_; - my $object = $args->{'class'}; + my $object = $args->{'object'}; my $object_params = $args->{'params'}; # Note that this is a made-up class, for this example. -- cgit v1.2.3-24-g4f1b