From b4151b52d4f0947dcfbeafa00630e8ab6725f58d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 25 Mar 2007 09:44:58 +0000 Subject: Bug 375246: Installation is broken by "can't coerce array into hash" Patch By Max Kanat-Alexander (module owner) a=mkanat --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 07729554c..c184847de 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -309,7 +309,7 @@ sub print_module_instructions { my ($check_results, $output) = @_; # We only print these notes if we have to. - if ((!$output && %{$check_results->{missing}}) + if ((!$output && @{$check_results->{missing}}) || ($output && $check_results->{any_missing})) { print "\n* NOTE: You must run any commands listed below as " -- cgit v1.2.3-24-g4f1b