Fix: Missing translation
This commit is contained in:
parent
f83b47be9f
commit
cd277aaf12
@ -25,6 +25,7 @@ $langs->load("link");
|
||||
|
||||
if ($action == 'delete')
|
||||
{
|
||||
$langs->load("companies"); // Need for string DeleteFile+ConfirmDeleteFiles
|
||||
$ret = $form->form_confirm(
|
||||
$_SERVER["PHP_SELF"] . '?id=' . $object->id . '&urlfile=' . urlencode(GETPOST("urlfile")) . '&linkid=' . GETPOST('linkid', 'int'),
|
||||
$langs->trans('DeleteFile'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user