From b33552fb6f0c3a251100c9131faba9fd35265dae Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Mar 2020 16:13:53 +0100 Subject: [PATCH] Fix phpcs --- htdocs/core/modules/DolibarrModules.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index c14a789d3c5..9ea058de919 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -2280,10 +2280,8 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it if (!empty($conf->global->$const_name)) // If module is already activated { $disableSetup = 0; - } else { - - + // TODO } print '