Fix : fatal error while importing, function name wasn't complete
This commit is contained in:
parent
da4383777d
commit
fc4c5f333f
@ -1498,7 +1498,7 @@ if ($step == 6 && $datatoimport)
|
|||||||
// Source file format
|
// Source file format
|
||||||
print '<tr><td width="25%">'.$langs->trans("SourceFileFormat").'</td>';
|
print '<tr><td width="25%">'.$langs->trans("SourceFileFormat").'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$text=$objmodelimport->getDriverDesc($format);
|
$text=$objmodelimport->getDriverDescForKey($format);
|
||||||
print $form->textwithpicto($objmodelimport->getDriverLabelForKey($format),$text);
|
print $form->textwithpicto($objmodelimport->getDriverLabelForKey($format),$text);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user