Merge pull request #16699 from dolibit-ut/patch-81

Update index.php
This commit is contained in:
Laurent Destailleur 2021-03-16 10:39:43 +01:00 committed by GitHub
commit 57481bdb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ if (GETPOST("sendit") && !empty($conf->global->MAIN_UPLOAD_DOC)) {
}
}
} else {
// Echec transfert (fichier depassant la limite ?)
// Transfer failure (file exceeding the limit ?)
$langs->load("errors");
setEventMessages($langs->trans("ErrorFailToCreateDir", $upload_dir), null, 'errors');
}