diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 6e0d90499d4..3dbb5ba3f79 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -796,9 +796,9 @@ if ($mode == 'common' || $mode == 'commonkanban') { if ($objMod->isCoreOrExternalModule() == 'external' && ( $action == 'checklastversion' - // This is a bad practice to activate a synch external access during building of a page. 1 external module can hang the application. - // Adding a cron job could be a good idea see DolibarrModules::checkForUpdate() - || !empty($conf->global->CHECKLASTVERSION_EXTERNALMODULE) + // This is a bad practice to activate a check on an external access during the building of the admin page. 1 external module can hang the application. + // Adding a cron job could be a good idea: see DolibarrModules::checkForUpdate() + || !empty($conf->global->CHECKLASTVERSION_EXTERNALMODULE) ) ) { $checkRes = $objMod->checkForUpdate();