fix debug

This commit is contained in:
Florian HENRY 2021-03-09 18:23:57 +01:00
parent 3eb72ad833
commit 34080b19a1

View File

@ -44,7 +44,7 @@ if (!empty($_SERVER['MAIN_SHOW_TUNING_INFO'])) {
// Add Xdebug code coverage
//define('XDEBUGCOVERAGE',1);
if (defined('XDEBUGCOVERAGE')) {
xdebug_start_code_coverage('sdfd');
xdebug_start_code_coverage();
}
}