summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Migrate.pm
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2011-08-31 15:25:34 +0200
committerMarc Schumann <wurblzap@gmail.com>2011-08-31 15:25:34 +0200
commitbc484d1a273d1b74501e6d7504a85717bcc79ccb (patch)
tree9b438094a2cdb15e94c89010acd5058829058a3a /Bugzilla/Migrate.pm
parent34fe9705853d907de85924d4948ab431384173b7 (diff)
downloadbugzilla-bc484d1a273d1b74501e6d7504a85717bcc79ccb.tar.gz
bugzilla-bc484d1a273d1b74501e6d7504a85717bcc79ccb.tar.xz
Bug 682203 - migrate.pl fails at requirements check.
r/a=mkanat
Diffstat (limited to 'Bugzilla/Migrate.pm')
-rw-r--r--Bugzilla/Migrate.pm1
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,