Skip to content

Commit

Permalink
Issue #3037: Added forgotten ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and bschmalhofer committed Feb 23, 2024
1 parent 4435a81 commit 80861a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ sub PackageBuild {
TAG:
for my $Item (qw(DatabaseInstall DatabaseUpgrade DatabaseReinstall DatabaseUninstall)) {

next TAG unless $Param{$Item} eq 'HASH';
next TAG unless ref $Param{$Item} eq 'HASH';

for my $Type ( sort keys %{ $Param{$Item} } ) {

Expand Down

0 comments on commit 80861a3

Please sign in to comment.