change comment

This commit is contained in:
John BOTELLA 2022-05-21 01:26:02 +02:00
parent e48bf14dae
commit cf321dd8e5

View File

@ -86,7 +86,7 @@ $setupnotempty = 0;
$useFormSetup = 1;
if (!class_exists('FormSetup')) {
// For retrocompatibility Dolibarr < 15.0
// For retrocompatibility Dolibarr < 17.0
if (versioncompare(explode('.', DOL_VERSION), array(17)) < 0 && !class_exists('FormSetup')) {
require_once __DIR__.'/../backport/v17/core/class/html.formsetup.class.php';
} else {