summaryrefslogtreecommitdiffstats
path: root/heartbeat.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-20 14:44:34 +0100
committerGitHub <noreply@github.com>2018-03-20 14:44:34 +0100
commit78c733acf22b2e038e1bb3fcdc561caa70ea1fab (patch)
tree24d7176d11d37decf338006c46c3b5465695cfa8 /heartbeat.cgi
parent293a5bd57b3a50c5130c299b3f53b357f683a33e (diff)
downloadbugzilla-78c733acf22b2e038e1bb3fcdc561caa70ea1fab.tar.gz
bugzilla-78c733acf22b2e038e1bb3fcdc561caa70ea1fab.tar.xz
Bug 1447289 - heartbeat check should not check for enabled features
Diffstat (limited to 'heartbeat.cgi')
-rwxr-xr-xheartbeat.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/heartbeat.cgi b/heartbeat.cgi
index bb1c9dd46..0597f1e3a 100755
--- a/heartbeat.cgi
+++ b/heartbeat.cgi
@@ -30,7 +30,6 @@ my $ok = eval {
die "database not available" unless $database_ok;
die "memcached server(s) not available" unless $memcached_ok;
die "mod_perl not configured?" unless $ENV{MOD_PERL};
- die "missing bmo feature dependencies" unless Bugzilla->has_feature('bmo');
1;
};
FATAL("heartbeat error: $@") if !$ok && $@;