From fc6db3509ab52b945fdd640bfdb510c894d81c8e Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 27 Jan 2020 18:36:29 +0000 Subject: [PATCH] tracer_enabled is global --- core/_bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/_bootstrap.php b/core/_bootstrap.php index 3588225d..c953e07a 100644 --- a/core/_bootstrap.php +++ b/core/_bootstrap.php @@ -4,7 +4,7 @@ * actually do anything as far as the app is concerned */ -global $cache, $config, $database, $user, $page, $_tracer; +global $cache, $config, $database, $user, $page, $_tracer, $tracer_enabled; require_once "core/sys_config.php"; require_once "core/polyfills.php";