Fix var_dump
This commit is contained in:
parent
88df865e30
commit
66dff8ebc9
@ -1867,7 +1867,6 @@ function showModulesExludedForExternal($modules)
|
|||||||
if ($tmptext != 'Module'.$module->numero.'Name') {
|
if ($tmptext != 'Module'.$module->numero.'Name') {
|
||||||
$text .= $langs->trans('Module'.$module->numero.'Name');
|
$text .= $langs->trans('Module'.$module->numero.'Name');
|
||||||
} else {
|
} else {
|
||||||
var_dump($module->numero);
|
|
||||||
$text .= $langs->trans($module->name);
|
$text .= $langs->trans($module->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user