diff options
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |