diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index c4269d159c7..21458e410ae 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -140,7 +140,7 @@ foreach ($modulesdir as $dir) $objMod = new $modName($db); $modNameLoaded[$modName]=$dir; - if (! $objMod->numero > 0) + if (! $objMod->numero > 0 && $modName != 'modUser') { dol_syslog('The module descriptor '.$modName.' must have a numero property', LOG_ERR); }