tracer_enabled is global

This commit is contained in:
Shish 2020-01-27 18:36:29 +00:00
parent dba89e9d13
commit fc6db3509a

View file

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