diff options
author | Marc Schumann <wurblzap@gmail.com> | 2011-08-31 15:25:34 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2011-08-31 15:25:34 +0200 |
commit | bc484d1a273d1b74501e6d7504a85717bcc79ccb (patch) | |
tree | 9b438094a2cdb15e94c89010acd5058829058a3a | |
parent | 34fe9705853d907de85924d4948ab431384173b7 (diff) | |
download | bugzilla-bc484d1a273d1b74501e6d7504a85717bcc79ccb.tar.gz bugzilla-bc484d1a273d1b74501e6d7504a85717bcc79ccb.tar.xz |
Bug 682203 - migrate.pl fails at requirements check.
r/a=mkanat
-rw-r--r-- | Bugzilla/Migrate.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index ee4f1d6a6..26c043259 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -294,6 +294,7 @@ sub check_requirements { my $missing = Bugzilla::Install::Requirements::_check_missing( $self->REQUIRED_MODULES, 1); my %results = ( + apache => [], pass => @$missing ? 0 : 1, missing => $missing, any_missing => @$missing ? 1 : 0, |