tracer_enabled is global
This commit is contained in:
parent
dba89e9d13
commit
fc6db3509a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Reference in a new issue