From 34080b19a11bced1d2cb47181ed336d8fada202f Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 9 Mar 2021 18:23:57 +0100 Subject: [PATCH] fix debug --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 3e4f70eeecc..f72a933c688 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -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(); } }