mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Fix var_dump
This commit is contained in:
@@ -1867,7 +1867,6 @@ function showModulesExludedForExternal($modules)
|
||||
if ($tmptext != 'Module'.$module->numero.'Name') {
|
||||
$text .= $langs->trans('Module'.$module->numero.'Name');
|
||||
} else {
|
||||
var_dump($module->numero);
|
||||
$text .= $langs->trans($module->name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user