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";