Better error message
This commit is contained in:
parent
b9001d7ab8
commit
e43f1cee7b
@ -141,7 +141,7 @@ foreach ($modulesdir as $dir)
|
|||||||
|
|
||||||
if (! $objMod->numero > 0)
|
if (! $objMod->numero > 0)
|
||||||
{
|
{
|
||||||
dol_syslog('a module descriptor must have a numero property', LOG_ERR);
|
dol_syslog('The module descriptor '.$modName.' must have a numero property', LOG_ERR);
|
||||||
}
|
}
|
||||||
$j = $objMod->numero;
|
$j = $objMod->numero;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user