Update DolibarrModules.class.php

This commit is contained in:
Frédéric FRANCE 2015-10-03 23:45:25 +02:00
parent b3fb320796
commit 6f513fabef

View File

@ -1401,7 +1401,7 @@ print $sql;
}
if (! $foundparent)
{
$this->error="ErrorBadDefinitionOfMenuArrayInModuleDescriptor (bad value for key fk_menu)";
$this->error="ErrorBadDefinitionOfMenuArrayInModuleDescriptor";
dol_syslog(get_class($this)."::insert_menus ".$this->error." ".$this->menu[$key]['fk_menu'], LOG_ERR);
$err++;
}